Package

ml.combust.mleap.xgboost

runtime

Permalink

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. case class XGBoostBinaryClassificationModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable

    Permalink
  2. case class XGBoostClassification(uid: String = ..., shape: NodeShape, model: XGBoostClassificationModel) extends MultiTransformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

  3. case class XGBoostClassificationModel(impl: XGBoostClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable

    Permalink
  4. trait XGBoostClassificationModelBase extends ProbabilisticClassificationModel

    Permalink
  5. case class XGBoostMultinomialClassificationModel(booster: Booster, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostClassificationModelBase with Product with Serializable

    Permalink
  6. case class XGBoostPredictorBinaryClassificationModel(predictor: Predictor, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable

    Permalink
  7. case class XGBoostPredictorClassification(uid: String = ..., shape: NodeShape, model: XGBoostPredictorClassificationModel) extends MultiTransformer with Product with Serializable

    Permalink
  8. case class XGBoostPredictorClassificationModel(impl: XGBoostPredictorClassificationModelBase) extends ProbabilisticClassificationModel with Product with Serializable

    Permalink
  9. trait XGBoostPredictorClassificationModelBase extends ProbabilisticClassificationModel

    Permalink
  10. case class XGBoostPredictorMultinomialClassificationModel(predictor: Predictor, numClasses: Int, numFeatures: Int, treeLimit: Int) extends XGBoostPredictorClassificationModelBase with Product with Serializable

    Permalink
  11. case class XGBoostRegression(uid: String = ..., shape: NodeShape, model: XGBoostRegressionModel) extends MultiTransformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

  12. case class XGBoostRegressionModel(booster: Booster, numFeatures: Int, treeLimit: Int) extends Model with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

  13. trait XgbConverters extends AnyRef

    Permalink

Value Members

  1. object XgbConverters extends XgbConverters

    Permalink
  2. package bundle

    Permalink
  3. package struct

    Permalink

Ungrouped