Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.scoring.get_scorer#
- julearn.scoring.get_scorer(name)#
Get available scorer by name.
- Parameters:
- namestr
name of an available scorer
- Returns:
- scorerScorerLike
Callable object that returns a scalar score; greater is better. Will be called using (estimator, X, y).