package runtime
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class XGBoostBinaryClassificationModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable
-
case class
XGBoostClassification(uid: String = ..., shape: NodeShape, model: XGBoostClassificationModel) extends MultiTransformer with Product with Serializable
Created by hollinwilkins on 9/16/17.
- case class XGBoostClassificationModel(impl: XGBoostClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable
- trait XGBoostClassificationModelBase extends ProbabilisticClassificationModel
- case class XGBoostMultinomialClassificationModel(booster: Booster, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable
- case class XGBoostPredictorBinaryClassificationModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable
- case class XGBoostPredictorClassification(uid: String = ..., shape: NodeShape, model: XGBoostPredictorClassificationModel) extends MultiTransformer with Product with Serializable
- case class XGBoostPredictorClassificationModel(impl: XGBoostPredictorClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable
- trait XGBoostPredictorClassificationModelBase extends ProbabilisticClassificationModel
- case class XGBoostPredictorMultinomialClassificationModel(predictor: Predictor, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable
- case class XGBoostPredictorRegression(uid: String = ..., shape: NodeShape, model: XGBoostPredictorRegressionModel) extends SimpleTransformer with Product with Serializable
- case class XGBoostPredictorRegressionModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends Model with Product with Serializable
-
case class
XGBoostRegression(uid: String = ..., shape: NodeShape, model: XGBoostRegressionModel) extends MultiTransformer with Product with Serializable
Created by hollinwilkins on 9/16/17.
-
case class
XGBoostRegressionModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends Model with Product with Serializable
Created by hollinwilkins on 9/16/17.
- trait XgbConverters extends AnyRef
Value Members
- object XgbConverters extends XgbConverters