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: 4 months 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://topepo.github.io/caret/
- Owner: topepo
- Created: 2014-05-16T15:50:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T19:20:07.000Z (12 months ago)
- Last Synced: 2024-11-26T05:04:46.046Z (12 months ago)
- Language: R
- Homepage: http://topepo.github.io/caret/index.html
- Size: 378 MB
- Stars: 1,618
- Watchers: 105
- Forks: 633
- Open Issues: 183
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-r - caret - A package for training and plotting classification and regression models. (Libraries / Machine Learning)
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 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.