Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

CircleCI

ptuner

ptuner is a simple python library that combines hyperparameter tuning and feature selection using a dynamic random search algorithm.

To install from source,

python setup.py install

To run unit tests using pytest,

pytest ptuner