Packages

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Watches extends AnyRef
  2. class XGBoostClassificationModel extends ProbabilisticClassificationModel[Vector, XGBoostClassificationModel] with XGBoostModel[XGBoostClassificationModel] with XGBProbabilisticClassifierParams[XGBoostClassificationModel]
  3. class XGBoostClassifier extends ProbabilisticClassifier[Vector, XGBoostClassifier, XGBoostClassificationModel] with XGBoostEstimator[XGBoostClassifier, XGBoostClassificationModel] with XGBProbabilisticClassifierParams[XGBoostClassifier]
  4. trait XGBoostPlugin extends Serializable
  5. class XGBoostRanker extends Predictor[Vector, XGBoostRanker, XGBoostRankerModel] with XGBoostEstimator[XGBoostRanker, XGBoostRankerModel] with HasGroupCol
  6. class XGBoostRankerModel extends PredictionModel[Vector, XGBoostRankerModel] with RankerRegressorBaseModel[XGBoostRankerModel] with HasGroupCol
  7. class XGBoostRegressionModel extends PredictionModel[Vector, XGBoostRegressionModel] with RankerRegressorBaseModel[XGBoostRegressionModel]
  8. class XGBoostRegressor extends Predictor[Vector, XGBoostRegressor, XGBoostRegressionModel] with XGBoostEstimator[XGBoostRegressor, XGBoostRegressionModel]
  9. class XGBoostTrainingSummary extends Serializable

Value Members

  1. val VERSION: String
  2. object XGBoostClassificationModel extends MLReadable[XGBoostClassificationModel] with Serializable
  3. object XGBoostClassifier extends DefaultParamsReadable[XGBoostClassifier] with Serializable
  4. object XGBoostRanker extends DefaultParamsReadable[XGBoostRanker] with Serializable
  5. object XGBoostRankerModel extends MLReadable[XGBoostRankerModel] with Serializable
  6. object XGBoostRegressionModel extends MLReadable[XGBoostRegressionModel] with Serializable
  7. object XGBoostRegressor extends DefaultParamsReadable[XGBoostRegressor] with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped