Skip to content

Version 2.5

Compare
Choose a tag to compare
@sepandhaghighi sepandhaghighi released this 16 Oct 14:20
· 1143 commits to master since this release
  • __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 added
  • autopep8.sh added
  • Dockerfile added
  • CI method added (supported statistics : ACC,AUC,Overall ACC,Kappa,TPR,TNR,PPV,NPV,PLR,NLR,PRE) #237
  • test.sh moved to .travis folder
  • Python 3.4 support dropped
  • Python 2.7 support dropped
  • AUTHORS.md updated
  • save_stat,save_csv and save_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 to CI95 #237
  • kappa_se_calc function renamed to kappa_SE_calc #237
  • se_calc function modified and renamed to SE_calc #237
  • CI/SE functions moved to pycm_ci.py #237
  • Minor bug in save_html method fixed