ErikGartner / hyperdock

A distributed hyperparameter optimizer for machine learning that lives in Docker
https://gartner.io/hyperdock/
Apache License 2.0
8 stars 2 forks source link

Add support for nested dict parameter space #88

Open johanmodin opened 5 years ago

johanmodin commented 5 years ago

Having the possibility to use nested dictionaries as parameter space would simplify instances where several algorithms with similar parameters needs to be optimized. This would also allow inserting the parameter values directly into a configuration file with several levels without any specific mapping needed.

ErikGartner commented 5 years ago

Good idea!

ErikGartner commented 5 years ago

Would require: