You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conformist v1.1.1 is an implementation of conformal prediction, specifically conformal risk control. It was written using Python 3.8.
16
18
17
19
*BaseCoP* contains utility functions common to all conformal predictors, such as splitting data into calibration and validation sets, and setting up runs. It is extended by *FNRCoP* that implements conformal risk control.
@@ -68,3 +70,8 @@ mcp.calibrate()
68
70
formatted_predictions = mcp.predict(testpd,
69
71
OUTPUT_DIR)
70
72
```
73
+
74
+
## Publication
75
+
76
+
Mariya Lysenkova Wiklander et al. Error Reduction in Leukemia Machine Learning Classification With Conformal Prediction. JCO Clin Cancer Inform 9, e2400324(2025).
0 commit comments