-
-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Description
Followup to #190, we have an issue with using it in GridSearchCV. The hyperparameter optimizers expect that param_grid be a dict of {parameter: [ values ]}, but Incremental doesn't really take any parameters. We're really searching over the parameters of estimator. Some solutions
- Enhance scikit-learn to allow
.access to attributes, something likeparam_grid={'estimator.alpha': [0.1, 10]} - rewrite
Incremental.set_params(and maybeget_params) to pass things through
I'm going to explore number 2 right now. Might send an email to the scikit-learn mailing list to see if other meta-estimators have run into this, though a quick search didn't turn anything up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels