ML Estimator

Estimator:

An Estimator is an algorithm which can be fit on a DataFrame to produce a Transformer. E.g., a learning algorithm is an Estimator which trains on a DataFrame and produces a model.

Keyword of an estimator is method fit

Last updated