package spark
- Alphabetic
- By Inheritance
- spark
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
TrackerConf(workerConnectionTimeout: Long, trackerImpl: String) extends Product with Serializable
Rabit tracker configurations.
Rabit tracker configurations.
- workerConnectionTimeout
The timeout for all workers to connect to the tracker. Set timeout length to zero to disable timeout. Use a finite, non-zero timeout value to prevent tracker from hanging indefinitely (in milliseconds) (supported by "scala" implementation only.)
- trackerImpl
Choice between "python" or "scala". The former utilizes the Java wrapper of the Python Rabit tracker (in dmlc_core), whereas the latter is implemented in Scala without Python components, and with full support of timeouts. The Scala implementation is currently experimental, use at your own risk.
- class XGBoostClassificationModel extends ProbabilisticClassificationModel[Vector, XGBoostClassificationModel] with XGBoostClassifierParams with InferenceParams with MLWritable with Serializable
- class XGBoostClassifier extends ProbabilisticClassifier[Vector, XGBoostClassifier, XGBoostClassificationModel] with XGBoostClassifierParams with DefaultParamsWritable
- class XGBoostRegressionModel extends PredictionModel[Vector, XGBoostRegressionModel] with XGBoostRegressorParams with InferenceParams with MLWritable with Serializable
- class XGBoostRegressor extends Predictor[Vector, XGBoostRegressor, XGBoostRegressionModel] with XGBoostRegressorParams with DefaultParamsWritable
- class XGBoostTrainingSummary extends Serializable
Value Members
- val VERSION: String
- object DataUtils extends Serializable
- object TrackerConf extends Serializable
- object XGBoost extends Serializable
- object XGBoostClassificationModel extends MLReadable[XGBoostClassificationModel] with Serializable
- object XGBoostClassifier extends DefaultParamsReadable[XGBoostClassifier] with Serializable
- object XGBoostRegressionModel extends MLReadable[XGBoostRegressionModel] with Serializable
- object XGBoostRegressor extends DefaultParamsReadable[XGBoostRegressor] with Serializable