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
- Host: GitHub
- URL: https://github.com/topepo/caret
- Owner: topepo
- Created: 2014-05-16T15:50:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T20:43:41.000Z (4 months ago)
- Last Synced: 2025-04-19T03:57:31.092Z (4 days ago)
- Language: R
- Homepage: http://topepo.github.io/caret/index.html
- Size: 378 MB
- Stars: 1,642
- Watchers: 104
- Forks: 629
- Open Issues: 188
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- jimsghstars - topepo/caret - caret (Classification And Regression Training) R package that contains misc functions for training and plotting classification and regression models (R)
README
](https://github.com/topepo/caret/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/topepo/caret)
[](http://cran.r-project.org/web/packages/caret)
[](http://cran.rstudio.com/package=caret)
# Classification and Regression TrainingMiscellaneous 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.