Skip to content

Cobra v1.0.0

Compare
Choose a tag to compare
@MatthiasRoelsPython MatthiasRoelsPython released this 26 Jun 08:50
· 211 commits to master since this release
9ebc383

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)