9.8. Scoring#

Functions#

get_scorer(name)

Get available scorer by name.

list_scorers()

List all available scorers.

register_scorer(scorer_name, scorer[, overwrite])

Register a scorer, so that it can be accessed by name.

reset_scorer_register()

Reset the scorer register to the default state.

check_scoring(estimator, scoring, wrap_score)

Check the scoring.

9.9. Scoring Metrics#

Metrics for evaluating models.

Functions#

r_corr(y_true, y_pred)

Compute Pearson product-moment correlation coefficient.

r2_corr(y_true, y_pred)

Compute squared Pearson product-moment correlation coefficient.