(Is there something I missed in the examples? or is the suggested workflow to just get the best hyper settings with ray and save them to a file which we train a totally new model with at a later time?)
Remove/deprioritize
trainable examples
Add:
More examples of using search algorithms (advanced usage)
links to tune-sklearn examples
A couple examples for continuing a hyperparameter search (reusing the search algorithm)
A couple examples for restoring/resuming a hyperparameter search
Also,
Have an example that uses create_* for schedulers and search algorithms
Improving Tune examples
All examples should have
Remove/deprioritize
Add:
Also,
create_*
for schedulers and search algorithms