Open liamb315 opened 6 years ago
Thanks for your interest. That's a good question. Right now it's hard to incorporate the hyperparameter tuning functionality available in Cloud ML. The hyperparameter tuning in Cloud ML uses Gaussian Process bandits, which is much more sophisticated than simple grid search or random search. This package right now is just for simple model training. Grid-search or random search based model tuning can be specified in the trainer code.
Thanks for creating this! Do you have any expectation to add in hyperparameter tuning support via the Cloud-ML tools? Currently, it looks like the VMs running the Cloud-ML hyperparameter tuning do not allow for customized boot images.