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

https://github.com/topepo/caret

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

Last synced: about 19 hours 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')
```

## Status

caret will be 20 years old in March of 2026. The package is currently in *maintenance mode*; the author will fix bugs and make CRAN releases as needed, but there will not be any major features in the package. **It will stay on CRAN long-term**; it's not going away.