Closed desilinguist closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.05
:tada:
Comparison is base (
5fab3a5
) 95.24% compared to head (075ab79
) 95.30%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Tests passed for me just now. Will review shortly.
_PREDEFINED_CUSTOM_METRICS
dictionary inmetrics.py
.CUSTOM _METRICS
. This dictionary will be the source of all custom metrics: pre-defined and user-defined.sklearn.metrics._scorer
private API and usesklearn.metrics.get_scorer()
andsklearn.metrics.get_scorer_names()
instead._SCORERS
and fix a minor bug in another test related to scikit-learn v1.3.0.This PR closes #748 and closes #750.
To review this PR, please try to create some custom metrics for both the titanic and California examples and try to use them via both the API and the configuration file.