See: Description
Class | Description |
---|---|
TrainTest |
Build and run an XGBoost regressor for a standard dataset.
|
TrainTest.XGBoostOptions | |
XGBoostOptions |
CLI options for configuring an XGBoost regression trainer.
|
XGBoostRegressionConverter |
Converts XGBoost outputs into
Regressor Prediction s. |
XGBoostRegressionTrainer |
A
Trainer which wraps the XGBoost training procedure. |
Enum | Description |
---|---|
XGBoostRegressionTrainer.RegressionType |
Types of regression loss.
|
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.