Uses of Package
org.tribuo.common.xgboost
Packages that use 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.
-
Classes in org.tribuo.common.xgboost used by org.tribuo.classification.xgboost
-
Classes in org.tribuo.common.xgboost used by org.tribuo.common.xgboostClassDescriptionA
Model
which wraps around a XGBoost.Booster which was trained by a system other than Tribuo.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. -
Classes in org.tribuo.common.xgboost used by org.tribuo.regression.xgboost