├── README.md ├── Spiegelhalter_z.R ├── cali_tutorial.R ├── cox.R ├── hosmer_lemeshow.R ├── ici.R ├── iso_func_draw.R ├── lr_iso_recal.R ├── lr_platt_recal.R ├── mce_ece.R ├── platt_func_draw.R ├── reliability_diagram.R ├── svm_iso_recal.R └── svm_platt_recal.R /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/README.md -------------------------------------------------------------------------------- /Spiegelhalter_z.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/Spiegelhalter_z.R -------------------------------------------------------------------------------- /cali_tutorial.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/cali_tutorial.R -------------------------------------------------------------------------------- /cox.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/cox.R -------------------------------------------------------------------------------- /hosmer_lemeshow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/hosmer_lemeshow.R -------------------------------------------------------------------------------- /ici.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/ici.R -------------------------------------------------------------------------------- /iso_func_draw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/iso_func_draw.R -------------------------------------------------------------------------------- /lr_iso_recal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/lr_iso_recal.R -------------------------------------------------------------------------------- /lr_platt_recal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/lr_platt_recal.R -------------------------------------------------------------------------------- /mce_ece.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/mce_ece.R -------------------------------------------------------------------------------- /platt_func_draw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/platt_func_draw.R -------------------------------------------------------------------------------- /reliability_diagram.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/reliability_diagram.R -------------------------------------------------------------------------------- /svm_iso_recal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/svm_iso_recal.R -------------------------------------------------------------------------------- /svm_platt_recal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easonfg/cali_tutorial/HEAD/svm_platt_recal.R --------------------------------------------------------------------------------