Skip to content

ML.EVAL.SCORE

Returns the R^2 for regression models and mean accuracy for classification models.

Syntax

ML.EVAL.SCORE(model, X, y)

Arguments

Name Type Default Description
model object Fitted estimator or pipeline object with a 'score' method (e.g. created by ML.CLASSIFICATION., ML.REGRESSION., or ML.PIPELINE).
X object DataFrame object of features.
y object DataFrame or array object of target values.

Examples

Examples coming soon

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

See also