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:
- estimatorEstimatorLike
estimator to check the scoring for
- scoringUnion[ScorerLike, str, Callable]
scoring to check
- wrap_scorebool
Does the score needs to be wrapped to handle non_inverse transformable target pipelines.