Closed admo1 closed 2 years ago
Merging #1247 (968f060) into develop (d2bafd7) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #1247 +/- ##
========================================
Coverage 90.61% 90.62%
========================================
Files 92 92
Lines 5213 5214 +1
========================================
+ Hits 4724 4725 +1
Misses 489 489
Impacted Files | Coverage Δ | |
---|---|---|
yellowbrick/classifier/classification_report.py | 95.65% <100.00%> (+0.04%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d2bafd7...968f060. Read the comment docs.
This PR fixes #1246 which reported a bug that caused a problem to occur when users are trying to plot a classifcation_report with labels that were present during training but are missing during scoring.
I have made the following changes:
CHECKLIST
[x] Is the commit message formatted correctly?
[ ] Have you noted the new functionality/bugfix in the release notes of the next release?
[x] Have you added/updated unit tests where appropriate?
[x] Have you run the unit tests using
pytest
?[x] Is your code style correct (are you using PEP8, pyflakes)?