Cobra v1.0.1
·
200 commits
to master
since this release
In this release, we:
- Fixed a bug caused by an edge-case in the forward selection procedure. When this bug occured, the output was still valid but too many models where trained during iterations causing a performance drop (in terms of speed)
- Added plotting functionality to plot PIG graphs
- Fixed a bug with labels in plotting functions
- Added unittest for forward selection and preprocessing
- Added docs source files to generate documentation using Sphinx
- Updated the
requirements.txtandsetup.pyto publish the package to PyPi