Skip to content

easonfg/cali_tutorial

Repository files navigation

start with cali_tutorial.R

Logistic Regression and Support Vector Machine are trained in cali_tutorial.R

AUC is measured with built in package

calibration is measured with:
spiegelhalter Z test: Spiegelhalter_z.R
Homser Lemeshow C or H test: hosmer_lemeshow.R
Expected calibration error and Maximum calibration error: mce_ece.R
reliability diagram: reliability_diagram.R
Cox's slope and intercept: cox.R
Integrated calibration index: ici.R

recalibration is done with:
Platt scaling: lr_platt_recal.R and svm_platt_recal.R
isotonic regression: lr_iso_recal.R and svm_iso_recal.R
BBQ: matlab package from original paper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages