[WARNING] This project has been moved into EpochLib under pipeline and is not updated anymore. This package contains modules and classes necessary to construct an ml pipeline for machine learning competitions.
To generate pytest coverage report run
python -m pytest --cov=agogos --cov-report=html:coverage_reDocumentation is generated using Sphinx.
To make the documentation, run make html with docs as the working directory. The documentation can then be found in docs/_build/html/index.html.
Here's a short command to make the documentation and open it in the browser:
cd ./docs/;
./make.bat html; start chrome file://$PWD/_build/html/index.html
cd ../
