Fix stacked ensembler n_jobs arg for Iterative Algorithm#1706
Fix stacked ensembler n_jobs arg for Iterative Algorithm#1706
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1706 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 242 242
Lines 19143 19174 +31
=========================================
+ Hits 19135 19166 +31
Misses 8 8
Continue to review full report at Codecov.
|
chukarsten
left a comment
There was a problem hiding this comment.
I think the only thing this needs is a doctoring update for _make_stacked_ensemble_pipeline(). Looks good though.
angela97lin
left a comment
There was a problem hiding this comment.
Looking good, left comments on adding check for ensemble being run and docstr cleanup.
freddyaboulton
left a comment
There was a problem hiding this comment.
Thanks for the fix @bchen1116 !
angela97lin
left a comment
There was a problem hiding this comment.
Thank you for making the changes! One more docstring comment but looks good :)
fix #1672