See: Description
Class | Description |
---|---|
TrainTest |
Build and run an XGBoost classifier for a standard dataset.
|
TrainTest.TrainTestOptions | |
XGBoostClassificationConverter |
Converts XGBoost outputs into
Label Prediction s. |
XGBoostClassificationTrainer |
A
Trainer which wraps the XGBoost training procedure. |
XGBoostOptions |
CLI options for training an XGBoost classifier.
|
Note: XGBoost requires a native library, on macOS this library requires libomp (which can be installed via homebrew), on Windows this native library must be compiled into a jar as it's not contained in the official XGBoost binary on Maven Central.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.