Skip to content

Commit

Permalink
release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Apr 16, 2024
1 parent d10915c commit 9af1c4b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Authors@R:
email = "[email protected]")
)
Description: Implements 'Multi-Calibration Boosting' (2018) <https://proceedings.mlr.press/v80/hebert-johnson18a.html> and
'Multi-Accuracy Boosting' (2019) <arXiv:1805.12317> for the multi-calibration of a machine learning model's prediction.
'Multi-Accuracy Boosting' (2019) <doi:10.48550/arXiv.1805.12317> for the multi-calibration of a machine learning model's prediction.
'MCBoost' updates predictions for sub-groups in an iterative fashion in order to mitigate biases like poor calibration or large accuracy differences across subgroups.
Multi-Calibration works best in scenarios where the underlying data & labels are unbiased, but resulting models are.
This is often the case, e.g. when an algorithm fits a majority population while ignoring or under-fitting minority populations.
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mcboost 0.4.3

* Compatibility with upcoming 'paradox' release.
* Change the vignette to not use the holdout task.

# mcboost 0.4.2
* Removed new functionality for survival tasks added in `0.4.0`.
Expand Down
30 changes: 3 additions & 27 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
## Reason for resubmission

Removed dependency on package mlr3proba that was removed from CRAN.
Apologies for not being able to upload a new version in time.

## R CMD check

Results in one NOTE:

CRAN repository db overrides:
X-CRAN-Comment: Archived on 2022-05-16 as requires archived package 'mlr3proba'.

The dependency on 'mlr3proba' has been removed in the updated version.


There is one NOTE that is only found on Windows (Server 2022, R-devel 64-bit):

```
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
```

As noted in R-hub issue #503, this could be due to a bug/crash in MiKTeX and can likely be ignored.

- WARNINGs or ERRORs

## R-HUB
0 errors | 0 warnings | 1 note

All checks show "Status: success"
New maintainer:
Sebastian Fischer <[email protected]>
9 changes: 7 additions & 2 deletions man/mcboost-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9af1c4b

Please sign in to comment.