Skip to content

Estimate hyper-parameter search using evolutionary algorithms

License

Notifications You must be signed in to change notification settings

whitesmith/auto-tune

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

Estimate hyper-parameter search using evolutionary algorithms

  • Free software: MIT license

Installation

pip install auto-tune

Documentation

https://auto-tune.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox