Use Hydra multirun mode to do optimization tasks #38
Labels
enhancement
New feature or request
refactoring
Improve code structure or implementation without affecting functionality
Milestone
The hyperparameter optimization can be re-adapted to make use of Hydra's multirun mode (and/or sweeper).
Overview of tasks:
Below a list of tasks to convert these two modules from its current state:
Module and schema
OptimizeTaskConfig
(inherits fromTaskConfig
) class inmove.conf.schema
.move.tasks.optimize_hyperparameters
module and function.experiment
config for hyperparameter search. See example YAML in hydra-app-example.Function
For the function
optimize_hyperparamters
:Misc.
move.tasks.identify_associations
), i.e., detect type of task and change the value of the objective function (from accuracy to stabillity).move.__main__
.random.small
dataset.Open Questions
Resources:
The text was updated successfully, but these errors were encountered: