- 1621 Views
- 0 replies
- 0 kudos
Choose what hyperparameters are reasonable to optimizeDefine broad ranges for each of the hyperparameters (including the default where applicable)Run a small number of trialsObserve the results in an MLflow parallel coordinate plot and select the run...
- 1621 Views
- 0 replies
- 0 kudos
- 5951 Views
- 0 replies
- 0 kudos
Hyperopt offers hp.uniform and hp.loguniform, both of which produce real values in a min/max range. hp.loguniform is more suitable when one might choose a geometric series of values to try (0.001, 0.01, 0.1) rather than arithmetic (0.1, 0.2, 0.3). Wh...
- 5951 Views
- 0 replies
- 0 kudos