enhancement_proposals icon indicating copy to clipboard operation
enhancement_proposals copied to clipboard

SLEP needed: warm starting with Pipelines, and safer warm starting

Open jnothman opened this issue 4 years ago • 2 comments
trafficstars

It should be possible for an estimator to check or propose that a particular parameter change would be appropriate to do with warm start. It should also be possible to for the estimator's fit to be aware of what parameters have changed for its warm start.

See https://github.com/scikit-learn/scikit-learn/pull/8230#issuecomment-468907013

jnothman avatar Jan 19 '21 12:01 jnothman

What followed from the aforementioned comment is https://github.com/scikit-learn/scikit-learn/pull/15105 (closed, but can be re-opened).

Also related: these notes on how warm-starting within a grid search is fundamentally different from warm-starting within SH https://github.com/scikit-learn/scikit-learn/issues/15125

NicolasHug avatar Jan 19 '21 13:01 NicolasHug

Thanks for the reminders! These got lost from my agenda when I lost some browser tabs....

jnothman avatar Jan 19 '21 21:01 jnothman