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.check_scoring¶
- julearn.scoring.check_scoring(estimator, scoring, wrap_score)¶
Check the scoring.
- Parameters:
estimator (
EstimatorLikeFit1|EstimatorLikeFit2|EstimatorLikeFity) – estimator to check the scoring forscoring (
_Scorer|str|Callable|list[str] |None) – scoring to checkwrap_score (
bool) – Does the score needs to be wrapped to handle non_inverse transformable/generated target pipelines.