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
- Host: GitHub
- URL: https://github.com/bgreenwell/calibrater
- Owner: bgreenwell
- Created: 2020-10-27T20:38:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T21:54:30.000Z (over 4 years ago)
- Last Synced: 2025-02-02T00:48:40.453Z (4 months ago)
- Language: R
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
[](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
```