Enumeration of possible classification models in Model Selector
Enumeration of possible classification models in Model Selector
Class that takes in a spark DecisionTreeClassificationModel and wraps it into an OP model which returns a Prediction feature
Wrapper for spark decision tree classifier org.apache.spark.ml.classification.DecisionTreeClassifier
Class that takes in a spark GBTClassificationModel and wraps it into an OP model which returns a Prediction feature
Wrapper for spark GBT classifier org.apache.spark.ml.classification.GBTClassifier
Wrapper for spark Linear SVC org.apache.spark.ml.classification.LinearSVC
Class that takes in a spark LinearSVCModel and wraps it into an OP model which returns a Prediction feature
Wrapper around spark ml logistic regression org.apache.spark.ml.classification.LogisticRegression
Class that takes in a spark LogisticRegressionModel and wraps it into an OP model which returns a Prediction feature
Class that takes in a spark MultilayerPerceptronClassificationModel and wraps it into an OP model which returns a Prediction feature
Wrapper for spark MultiLayerPerceptronClassifier org.apache.spark.ml.classification.MultilayerPerceptronClassifier
Wrapper for spark Naive Bayes org.apache.spark.ml.classification.NaiveBayesModel
Class that takes in a spark NaiveBayesModel and wraps it into an OP model which returns a Prediction feature
Class that takes in a spark RandomForestClassificationModel and wraps it into an OP model which returns a Prediction feature
Wrapper for spark Random Forest Classifier org.apache.spark.ml.classification.RandomForestClassifier
Class that takes in a spark XGBoostClassificationModel and wraps it into an OP model which returns a Prediction feature
Wrapper around XGBoost classifier XGBoostClassifier
A factory for Binary Classification Model Selector
A factory for Multi Classification Model Selector