hyperyaml

A library to build and run hyperparameter tuning schemes from yaml files


Keywords
hyperparameter-optimization, hyperparameters-optimization, machine-learning, machine-learning-algorithms
License
MIT
Install
pip install hyperyaml==0.1

Documentation

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.