-
Notifications
You must be signed in to change notification settings - Fork 19
BayesSearchCV + more tunability #26
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlarge feature requestAdding this feature will require some time/code/restructuring and might change internal computationAdding this feature will require some time/code/restructuring and might change internal computation
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlarge feature requestAdding this feature will require some time/code/restructuring and might change internal computationAdding this feature will require some time/code/restructuring and might change internal computation
Type
Fields
Give feedbackNo fields configured for issues without a type.
Please make sure that this is a feature request.
System information:
Describe Current Behavior/State and Recommended Feature Request:
We do random grid for tuning. Update tuning parameter options plus operate on BayesSearchCV.
Will this change the current API? How?
No, this will be "under the hood".
Who Will Benefit from this Feature?
Everyone, random grid search is from my own laziness (legacy code).
Any Additional Information?
BayesSearchCV is generally better and faster so we can add more tunability.