package spark
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- spark
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Watches extends AnyRef
- class XGBoostClassificationModel extends ProbabilisticClassificationModel[Vector, XGBoostClassificationModel] with XGBoostModel[XGBoostClassificationModel] with XGBProbabilisticClassifierParams[XGBoostClassificationModel]
- class XGBoostClassifier extends ProbabilisticClassifier[Vector, XGBoostClassifier, XGBoostClassificationModel] with XGBoostEstimator[XGBoostClassifier, XGBoostClassificationModel] with XGBProbabilisticClassifierParams[XGBoostClassifier]
- trait XGBoostPlugin extends Serializable
- class XGBoostRanker extends Predictor[Vector, XGBoostRanker, XGBoostRankerModel] with XGBoostEstimator[XGBoostRanker, XGBoostRankerModel] with HasGroupCol
- class XGBoostRankerModel extends PredictionModel[Vector, XGBoostRankerModel] with RankerRegressorBaseModel[XGBoostRankerModel] with HasGroupCol
- class XGBoostRegressionModel extends PredictionModel[Vector, XGBoostRegressionModel] with RankerRegressorBaseModel[XGBoostRegressionModel]
- class XGBoostRegressor extends Predictor[Vector, XGBoostRegressor, XGBoostRegressionModel] with XGBoostEstimator[XGBoostRegressor, XGBoostRegressionModel]
- class XGBoostTrainingSummary extends Serializable
Value Members
- val VERSION: String
- object XGBoostClassificationModel extends MLReadable[XGBoostClassificationModel] with Serializable
- object XGBoostClassifier extends DefaultParamsReadable[XGBoostClassifier] with Serializable
- object XGBoostRanker extends DefaultParamsReadable[XGBoostRanker] with Serializable
- object XGBoostRankerModel extends MLReadable[XGBoostRankerModel] with Serializable
- object XGBoostRegressionModel extends MLReadable[XGBoostRegressionModel] with Serializable
- object XGBoostRegressor extends DefaultParamsReadable[XGBoostRegressor] with Serializable