Skip to content

ML.FIT

Fits the estimator or transformer to the data

Syntax

ML.FIT(model, X, y)

Arguments

Name Type Default Description
model object Unfitted estimator or transformer object (e.g. created by ML.CLASSIFICATION., ML.REGRESSION., ML.CLUSTERING., ML.PREPROCESSING., ML.DIM_REDUCTION., ML.IMPUTE., or ML.PIPELINE).
X object DataFrame object of training features.
y object None DataFrame or array object of training targets. Omit for unsupervised estimators (clustering, dimensionality reduction, preprocessing).

Returns

Object

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also