RandomizedSearchCV compatibility?
Closed this issue · 2 comments
browshanravan commented
The instruction page says pipelinehelper
is specifically designed to work with GridSearchCV
. Although I haven't tried it yet but are there any plans to make it compatible with RandomizedSearchCV
? This will dramatically reduce my computation time.
bmurauer commented
While I have not yet tried this, I don't suspect that there will be great complications I think. I'll leave this ticket opened until I test things thoroughly, thanks for the suggestion :)
bmurauer commented
My test cases seem to suggest that it functions the way it is, I will update the readme accordingly