Add ability to freeze hyperparameters in AutoMLSearch#1676
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1676 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 242 242
Lines 18942 19055 +113
=========================================
+ Hits 18934 19047 +113
Misses 8 8
Continue to review full report at Codecov.
|
chukarsten
left a comment
There was a problem hiding this comment.
This looks pretty solid. I would certainly let someone else take a look at this, because I'm not extremely familiar with the source issue or what's driving this change. But the way you did it looks good.
There was a problem hiding this comment.
@bchen1116 Looks great! I like how this handles all the different ways someone might want to "freeze" some hyperparams.
ParthivNaresh
left a comment
There was a problem hiding this comment.
Looks great, excellent test coverage
fix #1625
Design discussion here
Updated documentation here