Uses of Package
org.tribuo.common.xgboost
Package
Description
Provides an interface to XGBoost for classification problems.
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.Provides an interface to XGBoost for regression problems.
-
-
ClassDescriptionA
Model
which wraps around a XGBoost.Booster which was trained by a system other than Tribuo.Generate and collate feature importance information from the XGBoost model.An instance of feature importance values for a single feature.AModel
which wraps around a XGBoost.Booster.Converts the output of XGBoost into the appropriate prediction type.ATrainer
which wraps the XGBoost training procedure.The type of XGBoost model.Tuple of a DMatrix, the number of valid features in each example, and the examples themselves.The logging verbosity of the native library.The tree building algorithm. -