For the complete documentation index, see llms.txt. This page is also available as Markdown.

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