riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
98 stars 41 forks source link

Example: parallel optimization using scikit optimize #45

Closed lgeiger closed 6 years ago

lgeiger commented 6 years ago

This adds a small toy example of using law workflows together with scikit optimize to do black box optimization or hyperparameter tuning. Most of the code is adapted from the scikit optimize tutorial.