Releases: sepandhaghighi/pycm
Releases · sepandhaghighi/pycm
Version 3.2
classes_filter
function added #358classes
parameter added tomatrix_params_calc
function #358classes
parameter added to__obj_vector_handler__
function #358classes
parameter added to ConfusionMatrix__init__
method #358name
parameter removed fromhtml_init
functionshortener
parameter added tohtml_table
function #364shortener
parameter added tosave_html
method #364- Document modified
- HTML report modified
Version 3.1
Version 3.0
Version 2.9
Version 2.8
label_map
attribute added #256 #323positions
attribute added #256position
method added #256- Krippendorff's Alpha added #313
- Aickin's Alpha added #317
weighted_alpha
method added #313- Single class bug fixed #310
CLASS_NUMBER_ERROR
error type changed topycmMatrixError
relabel
method bug fixed #323- Document modified
README.md
modified
Version 2.7
average
method added #299weighted_average
method added #274weighted_kappa
method added #243pycmAverageError
class added #274 #299- Bangdiwala's B added #303
- MATLAB examples added #268
- Github action added #297
- Document modified
README.md
modifiedrelabel
method bug fixed #293sparse_table_print
function bug fixed #293matrix_check
function bug fixed- Minor bug in
Compare
class fixed #294 - Class names mismatch bug fixed #293
Version 2.6
custom_rounder
function added #279complement
function addedsparse_matrix
attribute added #185sparse_normalized_matrix
attribute added #185- Net benefit (NB) added #264
- Yule's Q interpretation (QI) added #267
- Adjusted Rand index (ARI) added #270
- TNR micro/macro added #284
- FPR micro/macro added #284
- FNR micro/macro added #284
sparse
parameter added toprint_matrix
,print_normalized_matrix
andsave_stat
methods #185header
parameter added tosave_csv
method #282- Handler functions moved to
pycm_handler.py
- Error objects moved to
pycm_error.py
- Verified tests references updated
- Verified tests moved to
verified_test.py
- Test system modified
CONTRIBUTING.md
updated- Namespace optimized
README.md
modified #266- Document modified
print_normalized_matrix
method modified #279normalized_table_calc
function modified #279setup.py
modified- summary mode updated #284
- Dockerfile updated
Python 3.8
added to.travis.yaml
andappveyor.yml
Version 2.5
__version__
variable added #241- Individual classification success index (ICSI) added #238
- Classification success index (CSI) added #238
- Example-8 (Confidence interval) added #237
install.sh
addedautopep8.sh
added- Dockerfile added
CI
method added (supported statistics :ACC
,AUC
,Overall ACC
,Kappa
,TPR
,TNR
,PPV
,NPV
,PLR
,NLR
,PRE
) #237test.sh
moved to.travis
folder- Python 3.4 support dropped
- Python 2.7 support dropped
AUTHORS.md
updatedsave_stat
,save_csv
andsave_html
methods Non-ASCII character bug fixed #246- Mixed type input vectors bug fixed #240
CONTRIBUTING.md
updated #245- Example-3 updated #239
README.md
modified #248- Document modified #248
CI
attribute renamed toCI95
#237kappa_se_calc
function renamed tokappa_SE_calc
#237se_calc
function modified and renamed toSE_calc
#237- CI/SE functions moved to
pycm_ci.py
#237 - Minor bug in
save_html
method fixed
Version 2.4
- Tversky index (TI) added #214
- Area under the PR curve (AUPR) added #216
FUNDING.yml
addedAUC_calc
function modified- Document modified #225
summary
parameter added tosave_html
,save_stat
,save_csv
andstat
methods #217sample_weight
bug innumpy
array format fixed #227- Inputs manipulation bug fixed #226
- Test system modified #229 @sadrasabouri
- Warning system modified #228
alt_link
parameter added tosave_html
method andonline_help
function #232Compare
class tests moved tocompare_test.py
- Warning tests moved to
warning_test.py
Version 2.3
- Adjusted F-score (AGF) added #209
- Overlap coefficient (OC) added #212
- Otsuka-Ochiai coefficient (OOC) added #213
save_stat
andsave_vector
parameters added tosave_obj
method #210- Document modified #221
README.md
modified- Parameters recommendation for imbalance dataset modified
- Minor bug in
Compare
class fixed pycm_help
function modified- Benchmarks color modified #221