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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
## What does it do?
13
13
14
-
**mcboost** implements Multi-Calibration Boosting ([Hebert-Johnson et al., 2018](https://proceedings.mlr.press/v80/hebert-johnson18a.html); [Kim et al., 2019](https://arxiv.org/pdf/1805.12317.pdf)) for the multi-calibration of a machine learning model's prediction. Multi-Calibration works best in scenarios where the underlying data & labels are unbiased but a bias is introduced within the algorithm's fitting procedure. This is often the case, e.g. when an algorithm fits a majority population while ignoring or under-fitting minority populations.
14
+
**mcboost** implements Multi-Calibration Boosting ([Hebert-Johnson et al., 2018](https://proceedings.mlr.press/v80/hebert-johnson18a.html); [Kim et al., 2019](https://arxiv.org/pdf/1805.12317)) for the multi-calibration of a machine learning model's prediction. Multi-Calibration works best in scenarios where the underlying data & labels are unbiased but a bias is introduced within the algorithm's fitting procedure. This is often the case, e.g. when an algorithm fits a majority population while ignoring or under-fitting minority populations.
15
15
16
16
For more information and example, see the package's [website](https://mlr-org.github.io/mcboost/).
17
17
@@ -99,7 +99,7 @@ mc$predict_probs(test_data)
99
99
100
100
### Multi-Calibration
101
101
102
-
While `mcboost` in its defaults implements Multi-Accuracy ([Kim et al., 2019](https://arxiv.org/pdf/1805.12317.pdf)),
102
+
While `mcboost` in its defaults implements Multi-Accuracy ([Kim et al., 2019](http://arxiv.org/pdf/1805.12317)),
103
103
it can also multi-calibrate predictors ([Hebert-Johnson et al., 2018](http://proceedings.mlr.press/v80/hebert-johnson18a.html)).
104
104
In order to achieve this, we have to set the following hyperparameters:
105
105
@@ -152,7 +152,7 @@ If you use `mcboost`, please cite our package as well as the two papers it is ba
152
152
153
153
```
154
154
@article{pfisterer2021,
155
-
author = {Pfisterer, Florian and Kern, Christoph and Dandl, Susanne and Sun, Matthew and
155
+
author = {Pfisterer, Florian and Kern, Christoph and Dandl, Susanne and Sun, Matthew and
156
156
Kim, Michael P. and Bischl, Bernd},
157
157
title = {mcboost: Multi-Calibration Boosting for R},
0 commit comments