Skip to content

Cobra v1.0.1

Compare
Choose a tag to compare
@MatthiasRoelsPython MatthiasRoelsPython released this 22 Dec 08:54
· 200 commits to master since this release
002bc57

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.txt and setup.py to publish the package to PyPi