Predictor
Predictor Predictor is an Estimator for a PredictionModel with its own abstract train method. [crayon-67424bda426 ...
Predictor Predictor is an Estimator for a PredictionModel with its own abstract train method. [crayon-67424bda426 ...
TrainValidationSplit TrainValidationSplit is…FIXME Validating and Transforming Schema — ...
KMeans KMeans class is an implementation of the K-means clustering algorithm in machine learning with support for ...
StringIndexer org.apache.spark.ml.feature.StringIndexer is an Estimator that produces a StringIndexerModel. [cray ...
Estimator Estimator is the contract in Spark MLlib for estimators that fit models to a dataset. Estimator accept ...
Estimators — ML Pipeline Component
Tokenizer Tokenizer is a unary transformer that converts the column of String values to lowercase and then splits ...
Transformer Transformer is the contract in Spark MLlib for transformers that transform one dataset into another. ...
Transformers A transformer is a ML Pipeline component that transforms a DataFrame into another DataFrame (both cal ...
PipelineStage — ML Pipeline Component