Releases: erdogant/classeval
Releases · erdogant/classeval
v0.2.2
- Fix in setup for sklearn and encoding.
v0.2.1
- updated requirements and setup file with missing libraries (scikit-learn and pandas)
v0.2.0
- the
plot
function returns fig, ax
0.1.12
- fix the many verbose messages for normalizing confmat
0.1.11
- Always store the normalized values of the confusion matrix
0.1.10
- fix for bug when pos_label is integer
- fix for case when bool data
0.1.9
- crossvalidation plot -> title and fontsize adjustable
- example added
- docstrings updates
0.1.8
- added roc cross validation plot
- added labels and colors to roc plot
0.1.7
- improved consitency between two and multiclass evaluation