Closed charlesbmi closed 2 years ago
@charlesincharge Happy New Year! And thank you for opening this PR into Yellowbrick! @lwgray @pdamodaran @Kautumn06 would any of you be interested in doing the code review for this?
@bbengfort - apologies for the delay in responding. I can review this PR next weekend.
Thanks @pdamodaran!
Merging #1206 (67566cc) into develop (6fb2e9b) will increase coverage by
0.02%
. The diff coverage is92.30%
.
@@ Coverage Diff @@
## develop #1206 +/- ##
===========================================
+ Coverage 90.45% 90.48% +0.02%
===========================================
Files 91 92 +1
Lines 5135 5200 +65
===========================================
+ Hits 4645 4705 +60
- Misses 490 495 +5
Impacted Files | Coverage Δ | |
---|---|---|
yellowbrick/model_selection/dropping_curve.py | 92.18% <92.18%> (ø) |
|
yellowbrick/model_selection/__init__.py | 100.00% <100.00%> (ø) |
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 6fb2e9b...67566cc. Read the comment docs.
@charlesincharge what version of matplotlib did you use when developing this feature?
@lwgray I used matplotlib 3.5.0
@charlesincharge Thanks for contributing such a wonderful visualizer. I have spent quite a bit of time working on it because of conflicts with our recent upgrade to Sci-kit 1.0. To help us get this up and merged, would you mind doing the documentation? You can read more about it here https://www.scikit-yb.org/en/latest/contributing/developing_visualizers.html#documentation
Here is a recent PR that has docs added https://github.com/DistrictDataLabs/yellowbrick/pull/1189
Awesome, thanks for all the help! Hope this is useful for everyone!
@charlesincharge This is a wonderful visualizer. Do you think you can do the docs?
Thanks! Yes, I'll write some docs!
@charlesincharge Can you reference https://github.com/DistrictDataLabs/yellowbrick/issues/1235 in your new PR?
Summary
This PR addresses https://github.com/DistrictDataLabs/yellowbrick/issues/1204, which requested a feature-dropping-curve (also known as a neuron dropping curve in neural decoding).
I have made the following changes:
yellowbrick.model_selection
calleddropping_curve
. It is largely based onyellowbrick.model_selection.validation_curve
Sample Code and Plot
TODOs and questions
Still to do:
Questions for the @DistrictDataLabs/team-oz-maintainers:
CHECKLIST
pytest
?make html
?