bmurauer / pipelinehelper

scikit-helper to hot-swap pipeline elements
GNU General Public License v3.0
21 stars 9 forks source link

RandomizedSearchCV compatibility? #8

Closed browshanravan closed 4 years ago

browshanravan commented 4 years ago

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 4 years ago

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 4 years ago

My test cases seem to suggest that it functions the way it is, I will update the readme accordingly