Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://topepo.github.io/caret/

caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models
https://topepo.github.io/caret/

Last synced: 13 days ago
JSON representation

caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models

Awesome Lists containing this project

README

        

![R-CMD-check](https://github.com/topepo/caret/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/topepo/caret/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/topepo/caret/graph/badge.svg)](https://app.codecov.io/gh/topepo/caret)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/caret)](http://cran.r-project.org/web/packages/caret)
[![Downloads](http://cranlogs.r-pkg.org/badges/caret)](http://cran.rstudio.com/package=caret)

# Classification and Regression Training

Miscellaneous functions for training and plotting classification and regression models. Detailed documentation is at http://topepo.github.io/caret/index.html

## Install the current release from CRAN:
```r
install.packages('caret')
```

## Install the development version from GitHub:
```r
pak::pak('topepo/caret/pkg/caret')
```