Skip to content

v1.3.0

Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 23 May 04:49
· 348 commits to master since this release

Update

Add classification metrics:

  • Add Precision Score (PS)

  • Add Negative Predictive Value (NPV)

  • Add Recall Score (RS)

  • Add Accuracy Score (AS)

  • Add F1 Score (F1S)

  • Add F2 Score (F2S)

  • Add F Beta Score (FBS)

  • Add Specificity Score (SS)

  • Add Matthews Correlation Coefficient (MCC)

  • Add Hamming Loss (HL)

  • Add Lift Score (LS)

  • Update reference documents

  • Update examples