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 XGBoostRegression(uid: String = ..., shape: NodeShape, model: XGBoostRegressionModel) extends MultiTransformer with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

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

    Permalink

    Created by hollinwilkins on 9/16/17.

  8. trait XgbConverters extends AnyRef

    Permalink

Value Members

  1. object XgbConverters extends XgbConverters

    Permalink
  2. package bundle

    Permalink

Ungrouped