Skip to content

v1.3.3

Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 05 Apr 11:23
· 322 commits to master since this release

Update

Update ClassificationMetric:

  • Rename confusion_matrix() in util file
  • Support binary and multi-class classification with one-hot-encoder format
  • Add Cohen's Kappa score
  • Add Jaccard Similarity Index (Jaccard similarity coefficient)
  • Add G-mean score
  • Add GINI index
  • Add ROC-AUC metric