Closed lwgray closed 2 years ago
Merging #1245 (50f17be) into develop (e339ce2) will decrease coverage by
0.03%
. The diff coverage is76.92%
.
@@ Coverage Diff @@
## develop #1245 +/- ##
===========================================
- Coverage 90.57% 90.54% -0.04%
===========================================
Files 92 92
Lines 5209 5222 +13
===========================================
+ Hits 4718 4728 +10
- Misses 491 494 +3
Impacted Files | Coverage Δ | |
---|---|---|
yellowbrick/base.py | 91.17% <76.92%> (-1.19%) |
:arrow_down: |
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...50f17be. Read the comment docs.
Make estimator attribute a property so that it can be examined if it …
This PR fixes #498 which requested that the model visualizer be modified to be able to wrap pipeline objects.
I have made the following changes:
final_estimator
if pipeline object is detected. This that the final_estimator is not a transformer.Sample Code and Plot
TODOs and questions
Still to do:
CHECKLIST
pytest
?make html
?