Cobra v1.0.0
MatthiasRoelsPython
released this
26 Jun 08:50
·
211 commits
to master
since this release
We took the beta version of COBRA and transformed it into a scikit-like package with different modules that can separately be reused for other purposes. The package now has different modules for:
- preprocessing (both continuous and categorical data, incl. target encoding)
- building a logistic regression model using forward feature selection
- evaluation of the models using various metrics (both scalar & graphical)