sklearn.metrics
.get_scorer¶
- sklearn.metrics.get_scorer(scoring)[source]¶
Get a scorer from string.
Read more in the User Guide.
- Parameters
- scoringstr or callable
Scoring method as string. If callable it is returned as is.
- Returns
- scorercallable
The scorer.