predictiveopt

Package containing an implementation of the Predictive Hyperparameter Optimisation algorithm.


License
GPL-3.0
Install
pip install predictiveopt==0.0.3

Documentation

Predictive Hyper Parameter Optimisation

Build Status

Implementation of a newly developed Predictive Hyperparameter Optimisation algorithm.

https://pypi.org/project/predictiveopt/

Installation

pip install predictiveopt

Building instructions

  1. Building the package: python setup.py sdist bdist_wheel
  2. Uploading to PyPi: python -m twine upload dist/*
  3. Uploading new versions: twine upload --skip-existing dist/*