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_scorerto retrieve the scorer object.- Returns:
- list of str
Names of all available scorers.