Package

com.salesforce.op.stages.impl

regression

Permalink

package regression

Visibility
  1. Public
  2. All

Type Members

  1. class IsotonicRegressionCalibrator extends OpBinaryEstimatorWrapper[RealNN, RealNN, RealNN, IsotonicRegression, IsotonicRegressionModel]

    Permalink

    Isotonic regression calibrator.

    Isotonic regression calibrator.

    Uses org.apache.spark.ml.regression.IsotonicRegression, which supports only univariate (single feature) models.

  2. class OpDecisionTreeRegressionModel extends OpPredictionModel[DecisionTreeRegressionModel]

    Permalink

    Class that takes in a spark DecisionTreeRegressionModel and wraps it into an OP model which returns a Prediction feature

  3. class OpDecisionTreeRegressor extends OpPredictorWrapper[DecisionTreeRegressor, DecisionTreeRegressionModel] with OpDecisionTreeRegressorParams

    Permalink

    Wrapper for spark Decision Tree Regressor org.apache.spark.ml.regression.DecisionTreeRegressor

  4. class OpGBTRegressionModel extends OpPredictionModel[GBTRegressionModel]

    Permalink

    Class that takes in a spark GBTRegressionModel and wraps it into an OP model which returns a Prediction feature

  5. class OpGBTRegressor extends OpPredictorWrapper[GBTRegressor, GBTRegressionModel] with OpGBTRegressorParams

    Permalink

    Wrapper for spark GBT Regressor org.apache.spark.ml.regression.GBTRegressor

  6. class OpGeneralizedLinearRegression extends OpPredictorWrapper[GeneralizedLinearRegression, GeneralizedLinearRegressionModel] with OpGeneralizedLinearRegressionParams

    Permalink

    Wrapper for spark Generalized Regression org.apache.spark.ml.regression.GeneralizedLinearRegression

  7. class OpGeneralizedLinearRegressionModel extends OpPredictorWrapperModel[GeneralizedLinearRegressionModel]

    Permalink

    Class that takes in a spark GeneralizedLinearRegressionModel and wraps it into an OP model which returns a Prediction feature

  8. class OpLinearRegression extends OpPredictorWrapper[LinearRegression, LinearRegressionModel] with OpLinearRegressionParams

    Permalink

    Wrapper around spark ml linear regression org.apache.spark.ml.regression.LinearRegression

  9. class OpLinearRegressionModel extends OpPredictionModel[LinearRegressionModel]

    Permalink

    Class that takes in a spark LinearRegressionModel and wraps it into an OP model which returns a Prediction feature

  10. class OpRandomForestRegressionModel extends OpPredictionModel[RandomForestRegressionModel]

    Permalink

    Class that takes in a spark RandomForestRegressionModel and wraps it into an OP model which returns a Prediction feature

  11. class OpRandomForestRegressor extends OpPredictorWrapper[RandomForestRegressor, RandomForestRegressionModel] with OpRandomForestRegressorParams

    Permalink

    Wrapper around sparj Random Forest Regressor org.apache.spark.ml.regression.RandomForestRegressor

  12. sealed trait RegressionModelsToTry extends EnumEntry with ModelsToTry

    Permalink

    Enumeration of possible regression models in Model Selector

Value Members

  1. object RegressionModelSelector extends ModelSelectorFactory with Product with Serializable

    Permalink

    A factory for Regression Model Selector

  2. object RegressionModelsToTry extends Enum[RegressionModelsToTry] with Serializable

    Permalink

Ungrouped