
MulticlassClassificationEvaluator — Evaluator of Multiclass Classification Models
MulticlassClassificationEvaluator — Evaluator of Multiclass Classification Models

MulticlassClassificationEvaluator — Evaluator of Multiclass Classification Models

ClusteringEvaluator — Evaluator of Clustering Models

BinaryClassificationEvaluator — Evaluator of Binary Classification Models

Evaluator — ML Pipeline Component for Model Scoring

Model Model is the contract for a fitted model, i.e. a Transformer that was produced by an Estimator. Model Con ...

ML Pipeline Models Model abstract class is a Transformer with the optional Estimator that has produced it (as a tr ...

DecisionTreeClassifier DecisionTreeClassifier is a probabilistic Classifier for…FIXME

RandomForestClassifier RandomForestClassifier is a probabilistic Classifier for…FIXME

Classifier Classifier is a Predictor that…FIXME Classifier accepts parameters. extractLabeledPoi ...

LinearRegression LinearRegression is a Regressor that represents the linear regression algorithm in Machine Learni ...