Closed uricod closed 2 years ago
@uricod Thank you for using Yellowbrick and for submitting this example. We do in fact have a notebook for regression https://github.com/DistrictDataLabs/yellowbrick/blob/1979a511d8d0a15339d0c3845f88660fad5945e0/examples/regression_visualizers.ipynb
Let me reach out to the team and see if we should include yours. @DistrictDataLabs/team-oz-maintainers
@lwgray - I looked at that example. It only has a portion of what you can do. Compare that to mine and I you will see what I mean. The classification examples are much better.
@uricod thank you for adding your example regression notebook. Like @lwgray mentioned, if you'd like to update the regression_visualizers.ipynb
notebook we'd be happy to take a look at those changes. In the meantime, we'll certainly merge your example notebook - but we'll rename the folder from regressionVisualizers to your GitHub username for proper attribution of the example.
Thank you for contributing to Yellowbrick!
Merging #1234 (52b3733) into develop (e339ce2) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head 52b3733 differs from pull request most recent head 894c11d. Consider uploading reports for the commit 894c11d to get more accurate results
@@ Coverage Diff @@
## develop #1234 +/- ##
========================================
Coverage 90.57% 90.57%
========================================
Files 92 92
Lines 5209 5209
========================================
Hits 4718 4718
Misses 491 491
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 e339ce2...894c11d. Read the comment docs.
I was not able to find a example of using yellowbrick visuals for a regression models so I build one with custom dataset.