This is documentation for an old release of Scikit-learn (version 1.3). Try the latest stable release (version 1.6) or development (unstable) versions.

sklearn.metrics.get_scorer_names

sklearn.metrics.get_scorer_names()[source]

Get the names of all available scorers.

These names can be passed to get_scorer to retrieve the scorer object.

Returns:
list of str

Names of all available scorers.