:: DeveloperApi :: Abstract class for estimators that fit models to data.
:: DeveloperApi :: A fitted model, i.
A simple pipeline, which acts as an estimator.
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 DataFrame
s 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.
DataFrame-based machine learning APIs to let users quickly assemble and configure practical machine learning pipelines.