/HyperYAML

A library to build and run HyperOpt Hyper Parameter Optimization Schemes

Primary LanguagePython

Generate and Run Hyperparameter Tuning Schemes From YAML Files

HyperYAML is built off of hyperopt.

Installation

Via pip

pip install hyperyaml

From source

  1. clone this repository
  2. run python setup.py install

Usage

See tests/mock for an example of the interface. More elaborate examples coming soon.