Package org.tribuo.regression.xgboost
package org.tribuo.regression.xgboost
Provides an interface to XGBoost for regression problems.
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.
-
ClassDescriptionBuild and run an XGBoost regressor for a standard dataset.CLI options for configuring an XGBoost regression trainer.Converts XGBoost outputs into
Regressor
Prediction
s.ATrainer
which wraps the XGBoost training procedure.Types of regression loss.