Closed nnansters closed 6 months ago
Attention: Patch coverage is 95.83333%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 78.58%. Comparing base (
e98cab9
) to head (b6d8bdf
).
Files | Patch % | Lines |
---|---|---|
nannyml/performance_calculation/calculator.py | 87.50% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR makes the
y_pred
column name optional for realised and estimated performance calculators in binary classification problem types.When no
y_pred
column is given, onlyAUROC
andaverage precision
are allowed as metric values.