-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Scalable hyperparameter selection with Ray Tune #1067
Labels
wontfix
This will not be worked on
Comments
alanakbik
pushed a commit
that referenced
this issue
Sep 4, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 4, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 4, 2019
I can help review if you want! Just let me know when you open the PR. |
@richardliaw thanks a lot - I'll let you know when it's ready! |
alanakbik
pushed a commit
that referenced
this issue
Sep 11, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 11, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 11, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
Closed
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
alanakbik
pushed a commit
that referenced
this issue
Sep 12, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ray Tune is a framework for hyperparameter selection that supports running processes in parallel across multiple CPUs/GPUs and has connectors to a number of hyperparameter selection frameworks such as Hyperopt and Bayesopt.
As discussed in #563 with @myaldiz and @richardliaw it would be interesting to add support for this framework and potentially replace the current hyperparameter selection classes based on Hyperopt with this more general framework. For this, we need to slightly refactor the model trainer and the checkpointing mechanism.
The text was updated successfully, but these errors were encountered: