bmurauer/pipelinehelper

RandomizedSearchCV compatibility?

Closed this issue · 2 comments

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.

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 :)

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