Skip to content

Commit

Permalink
Update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
pfistfl committed Jun 9, 2021
1 parent d588a3a commit b063aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Description: Implements 'Multi-Calibration Boosting' (2018) <https://proceedings
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.
License: LGPL (>= 3)
URL: https://github.com/pfistfl/mcboost
BugReports: https://github.com/pfistfl/mcboost/issues
URL: https://github.com/mlr-org/mcboost
BugReports: https://github.com/mlr-org/mcboost/issues
Encoding: UTF-8
Depends:
R (>= 3.1.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

**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.

For more information and example, see the package's [website](https://pfistfl.github.io/mcboost/).
For more information and example, see the package's [website](https://mlr-org.github.io/mcboost/).

More details with respect to usage and the procedures can be found in the package vignettes.

Expand All @@ -20,7 +20,7 @@ More details with respect to usage and the procedures can be found in the packag
You can install the released version of mcboost from **Github** with:

``` r
remotes::install_github("pfistfl/mcboost")
remotes::install_github("mlr-org/mcboost")
```

## Usage
Expand Down

0 comments on commit b063aeb

Please sign in to comment.