:: DeveloperApi :: Abstract class for estimators that fit models to data.
:: DeveloperApi :: A fitted model, i.
:: Experimental :: A simple pipeline, which acts as an estimator.
:: Experimental :: Represents a fitted pipeline.
:: DeveloperApi :: A stage in a pipeline, either an Estimator or a Transformer.
:: DeveloperApi :: Abstraction for a model for prediction tasks (regression and classification).
:: DeveloperApi :: Abstraction for prediction problems (regression and classification).
:: DeveloperApi :: Abstract class for transformers that transform one dataset into another.
:: DeveloperApi :: Abstract class for transformers that take one input column, apply transformation, and output the result as a new column.
The ML pipeline API uses DataFrames as ML datasets.
The ml.feature
package provides common feature transformers that help convert raw data or
features into more suitable forms for model fitting.
Spark ML is a BETA component that adds a new set of machine learning APIs to let users quickly assemble and configure practical machine learning pipelines.