Implementation of a newly developed Predictive Hyperparameter Optimisation algorithm.
https://pypi.org/project/predictiveopt/
pip install predictiveopt
- Building the package:
python setup.py sdist bdist_wheel
- Uploading to PyPi:
python -m twine upload dist/*
- Uploading new versions:
twine upload --skip-existing dist/*