Releases: sepandhaghighi/pycm
Releases · sepandhaghighi/pycm
Version 2.2
- Negative likelihood ratio interpretation (NLRI) added
- Cramer's benchmark (SOA5) added
- Matthews correlation coefficient interpretation (MCCI) added #204
- Matthews's benchmark (SOA6) added #204
- F1 macro added
- F1 micro added
- Accuracy macro added #205
Compare
class score calculation modified- Parameters recommendation for multi-class dataset modified
- Parameters recommendation for imbalance dataset modified
README.md
modified- Document modified
- Logo updated
Version 2.1
Version 2.0
- G-Mean (GM) added #178
- Index of balanced accuracy (IBA) added #176
- Optimized precision (OP) added #152
- Pearson's C (C) added #180
Compare
class added #111- Parameters recommendation warning added #174
ConfusionMatrix
equal method added #181- Document modified #173
stat_print
function bug fixedtable_print
function bug fixedBeta
parameter renamed tobeta
(F_calc
function &F_beta
method)- Parameters recommendation for imbalance dataset modified
normalize
parameter added tosave_html
method #183pycm_func.py
splitted intopycm_class_func.py
andpycm_overall_func.py
vector_filter
,vector_check
,class_check
andmatrix_check
functions moved topycm_util.py
RACC_calc
andRACCU_calc
functions exception handler modified #187- Docstrings modified
Version 1.9
- Automatic/Manual (AM) added #144
- Bray-Curtis dissimilarity (BCD) added #143
CODE_OF_CONDUCT.md
added #151ISSUE_TEMPLATE.md
added #156PULL_REQUEST_TEMPLATE.md
added #156CONTRIBUTING.md
added #155- X11 color names support for
save_html
method added #146 - Parameters recommendation system added #112
- Warning message for high dimension matrix print added #120
- Interactive notebooks section (binder) added #142
save_matrix
andnormalize
arguments added tosave_csv
method #120README.md
modified- Document modified #149 #164
ConfusionMatrix.__init__
optimized #145- Document and examples output files moved to different folders #149
- Test system modified #138
relabel
method bug fixed #167
Version 1.8
- Lift Score (LS) added #128
color
argument added tosave_html
method #130version_check.py
added- Error messages modified #132
- Document modified #131
- Website changed to http://www.pycm.ir
- Interpretation functions moved to
pycm_interpret.py
- Utility functions moved to
pycm_util.py
- Unnecessary
else
andelif
removed ==
changed tois
Version 1.7
- Gini Index (GI) added #119
- Example-7 added #121
pycm_profile.py
addedclass_name
argument added tostat
,save_stat
,save_csv
andsave_html
methods #118overall_param
andclass_param
arguments empty list bug fixed #118matrix_params_calc
,matrix_params_from_table
andvector_filter
functions optimized #118overall_MCC_calc
,CEN_misclassification_calc
andconvex_combination
functions optimized #118- Document modified #124
Version 1.6
- AUC Value Interpretation (AUCI) added #114
- Example-6 added #113
- Anaconda cloud package added #90
overall_param
andclass_param
arguments added tostat
,save_stat
andsave_html
methodsclass_param
argument added tosave_csv
method_
removed from overall statistics namesREADME.md
modified- Document modified
Version 1.5
- Relative Classifier Information (RCI) added #82
- Discriminator Power (DP) added #104
- Youden's Index (Y) added #105
- Discriminant Power Interpretation (DPI) added #107
- Positive Likelihood Ratio Interpretation (PLRI) added #106
__len__
method addedrelabel
method added #98__class_stat_init__
function added__overall_stat_init__
function addedmatrix
attribute added #99normalized_matrix
attribute added #99normalized_table
attribute added #99Python 3.7
added to.travis.yaml
&appveyor.yml
README.md
modified- Document modified
LR+
renamed toPLR
LR-
renamed toNLR
normalized_matrix
method renamed toprint_normalized_matrix
#99matrix
method renamed toprint_matrix
#99entropy_calc
fixedcross_entropy_calc
fixedconditional_entropy_calc
fixedprint_table
bug for large numbers fixed- JSON key bug in
save_obj
fixed #108 transpose
bug insave_obj
fixed #108
Version 1.4
- Area Under Curve added #83
- AUNU added #83
- AUNP added #83
- Class Balance Accuracy added #81
- Global Performance Index (RR) added #80
- Overall MCC added #75
- Distance index (dInd) added #84
- Similarity index (sInd) added #84
one_vs_all
added #76dev-requirements.txt
addedREADME.md
modified #85- Document modified #85
save_stat
modified #78requirements.txt
modified