Uses of Class
org.tribuo.common.xgboost.XGBoostTrainer
Packages that use 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
Subclasses of XGBoostTrainer in org.tribuo.classification.xgboostModifier and TypeClassDescriptionfinal class
ATrainer
which wraps the XGBoost training procedure. -
Uses of XGBoostTrainer in org.tribuo.common.xgboost
Constructors in org.tribuo.common.xgboost with parameters of type XGBoostTrainerModifierConstructorDescriptionprotected
XGBoostTrainerProvenance
(XGBoostTrainer<T> host) Deprecated.Constructs an XGBoostTrainerProvenance -
Uses of XGBoostTrainer in org.tribuo.regression.xgboost
Subclasses of XGBoostTrainer in org.tribuo.regression.xgboostModifier and TypeClassDescriptionfinal class
ATrainer
which wraps the XGBoost training procedure.