Uses of Class
org.tribuo.common.xgboost.XGBoostTrainer
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.
-
Uses of XGBoostTrainer in org.tribuo.classification.xgboost
Modifier and TypeClassDescriptionfinal class
ATrainer
which wraps the XGBoost training procedure. -
Uses of XGBoostTrainer in org.tribuo.common.xgboost
ModifierConstructorDescriptionprotected
XGBoostTrainerProvenance
(XGBoostTrainer<T> host) Deprecated.Constructs an XGBoostTrainerProvenance -
Uses of XGBoostTrainer in org.tribuo.regression.xgboost
Modifier and TypeClassDescriptionfinal class
ATrainer
which wraps the XGBoost training procedure.