Closed lwgray closed 2 years ago
Merging #1258 (f1f30c4) into develop (5d54821) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #1258 +/- ##
========================================
Coverage 90.75% 90.75%
========================================
Files 93 93
Lines 5300 5301 +1
========================================
+ Hits 4810 4811 +1
Misses 490 490
Impacted Files | Coverage Δ | |
---|---|---|
yellowbrick/model_selection/validation_curve.py | 98.14% <100.00%> (+0.03%) |
:arrow_up: |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
@rebeccabilbro where are you seeing the annotation error? During building the docs????
@rebeccabilbro where are you seeing the annotation error? During building the docs????
@lwgray look in your PR diff in the “files changed” view, all the way at the bottom.
@rebeccabilbro I am unsure how to resolve the umap annotation check. Any suggestions?
@lwgray ah ok - have you already tried updating the umap version in docs/requirements.txt as suggested above?
docs/requirements doesn't have umap
docs/requirements doesn't have umap
That’s probably the problem :)
@rebeccabilbro Adding umap to requirements doesn't resolve the issue....It is specific to this plot directive for umap quick-method as other umap Visualizer plot directives appear to run without issue
FYI @lwgray this has been approved but left unmerged for over a month
@rebeccabilbro I didn't merge because i couldn't resolve the annotation error you brought up. @bbengfort can you assist us?
@lwgray Benjamin is on vacation. I'm going to merge this once the tests pass with @pdamodaran's updates. In the future, please merge your own PRs once you've received an approval.
Unfortunately @lwgray it looks like you have a bit of new work to do to get all the image comparison checks to pass. Hopefully this won't take too much work on your part!
This PR addresses StackOverflow question regarding how to change the marker of Validation Curve. https://stackoverflow.com/questions/67267401/how-to-change-the-marker-in-yellowbrick-plots
I have made the following changes:
Sample Code and Plot (Original [Top], New [Bottom])
TODOs and questions
Still to do:
Questions for the @DistrictDataLabs/team-oz-maintainers:
CHECKLIST
pytest
?make html
?