Added excluded_model_families parameter to AutoMLSearch()#4196
Added excluded_model_families parameter to AutoMLSearch()#4196christopherbunn merged 15 commits intomainfrom
excluded_model_families parameter to AutoMLSearch()#4196Conversation
exclude_model_families parameter to AutoMLSearch()exclude_model_families parameter to AutoMLSearch()
Codecov Report
@@ Coverage Diff @@
## main #4196 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 349 349
Lines 38159 38229 +70
=======================================
+ Hits 38042 38111 +69
- Misses 117 118 +1
|
|
@christopherbunn what are your thoughts on removing If we don't, it may be possible to introduce some weird conflicts using the iterative algorithm where a model family is simultaneously allowed and disallowed. It's been a weird, semi-deprecated argument for a while anyways, since it's only usable in the iterative algorithm case but we still allow users to set it in the default algorithm case. Open to discussion, of course. |
exclude_model_families parameter to AutoMLSearch()excluded_model_families parameter to AutoMLSearch()
|
@eccabay re: |
bb94287 to
285999e
Compare
eccabay
left a comment
There was a problem hiding this comment.
LGTM, just have some nits about our handling of the "not set" case
2ea42a0 to
c0a13c2
Compare
jeremyliweishih
left a comment
There was a problem hiding this comment.
LGTM just wondering if we should centralize the validation of allowing and excluding model families. LMK what you think!
e8368af to
16395bd
Compare
Resolves #4197