An open API service indexing awesome lists of open source software.

https://github.com/bgreenwell/calibrater

Calibration curves for binary classification
https://github.com/bgreenwell/calibrater

Last synced: about 2 months ago
JSON representation

Calibration curves for binary classification

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# calibrater

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

The goal of calibrater is to ...

## Installation

``` r
# Install the latest development version from GitHub:
if (!requireNamespace("remotes")) {
install.packages("remotes")
}
remotes::install_github("bgreenwell/fastshap")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(calibrater)
## basic example code
```