Package

ml.combust.mleap

xgboost

Permalink

package xgboost

Visibility
  1. Public
  2. All

Type Members

  1. case class FVecTensorImpl(tensor: Tensor[Double]) extends FVec with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

  2. case class XGBoostBinaryClassificationModel(predictor: Predictor, booster: Option[Array[Byte]], numFeatures: Int, outputMargin: Boolean) extends XGBoostClassificationModelBase with Product with Serializable

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

    Permalink

    Created by hollinwilkins on 9/16/17.

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

    Permalink
  5. trait XGBoostClassificationModelBase extends ProbabilisticClassificationModel

    Permalink
  6. case class XGBoostMultinomialClassificationModel(predictor: Predictor, booster: Option[Array[Byte]], numClasses: Int, numFeatures: Int, outputMargin: Boolean) extends XGBoostClassificationModelBase with Product with Serializable

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

    Permalink

    Created by hollinwilkins on 9/16/17.

  8. case class XGBoostRegressionModel(predictor: Predictor, booster: Option[Array[Byte]] = None, numFeatures: Int) extends Model with Product with Serializable

    Permalink

    Created by hollinwilkins on 9/16/17.

Value Members

  1. package bundle

    Permalink

Ungrouped