
BinaryClassificationEvaluator — Evaluator of Binary Classification Models
BinaryClassificationEvaluator — Evaluator of Binary Classification Models
spark技术分享
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 ...

Regressor Regressor is…FIXME

RandomForestRegressor RandomForestRegressor is a Predictor for Random Forest machine learning algorithm that train ...
一周热门排行