geo-deep-learning
geo-deep-learning copied to clipboard
Reimplement hyperparameter optimization with hyperopt, optuna or other
This feature from PR #201 was broken with introduction of Hydra in PR #208. Needs to be reimplemented.
With Hydra, using the Optuna plugin seems a better choice for hyperparameter optimization than hyperopt. The plugins leverages Hydra's multirun feature.