-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hyperparameter search techniques in utils #4
Comments
I'd like to help with this. Is it ok if we add sklearn as a dependency to take advantage of their GridSearchCV and RandomizedSearchCV? |
Hi, sorry I haven't done any commits lately, currently on a trip. I am also thinking about that. But if we are to use scikit-learn's hyperparameter search tools, maybe we can just scrap this feature altogether? Unless we provide a more convenient API in using them then it is fine. What do you think? |
I compared scikit-learn's implementation of GridSearch and RandomizedSearch with Optunity's, and I think it should be straightforward to implement these here. I haven't found another PSO library that has this functionality, and I imagine people would be more apt to tune if it was built in. I can start with GridSearch and see how it goes? |
I see I see. Sure! Let's try GridSearch first and iterate from there. Thanks a lot! @SioKCronin! |
Great. I should be able to get this going next week, and will reach out if I hit any snags. |
No description provided.
The text was updated successfully, but these errors were encountered: