Uses of Enum Class
org.tribuo.common.xgboost.XGBoostTrainer.LoggingVerbosity
Packages that use XGBoostTrainer.LoggingVerbosity
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.LoggingVerbosity in org.tribuo.classification.xgboost
Fields in org.tribuo.classification.xgboost declared as XGBoostTrainer.LoggingVerbosityModifier and TypeFieldDescriptionXGBoostOptions.xgbLogLevel
Make the XGBoost training procedure quiet.Constructors in org.tribuo.classification.xgboost with parameters of type XGBoostTrainer.LoggingVerbosityModifierConstructorDescriptionXGBoostClassificationTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer. -
Uses of XGBoostTrainer.LoggingVerbosity in org.tribuo.common.xgboost
Methods in org.tribuo.common.xgboost that return XGBoostTrainer.LoggingVerbosityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static XGBoostTrainer.LoggingVerbosity[]
XGBoostTrainer.LoggingVerbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.common.xgboost with parameters of type XGBoostTrainer.LoggingVerbosityModifierConstructorDescriptionprotected
XGBoostTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer. -
Uses of XGBoostTrainer.LoggingVerbosity in org.tribuo.regression.xgboost
Constructors in org.tribuo.regression.xgboost with parameters of type XGBoostTrainer.LoggingVerbosityModifierConstructorDescriptionXGBoostRegressionTrainer
(XGBoostTrainer.BoosterType boosterType, XGBoostTrainer.TreeMethod treeMethod, XGBoostRegressionTrainer.RegressionType rType, int numTrees, double eta, double gamma, int maxDepth, double minChildWeight, double subsample, double featureSubsample, double lambda, double alpha, int nThread, XGBoostTrainer.LoggingVerbosity verbosity, long seed) Create an XGBoost trainer.