Ecosyste.ms: Awesome
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: 2 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T19:20:07.000Z (17 days ago)
- Last Synced: 2024-12-03T06:09:58.559Z (9 days ago)
- Language: R
- Homepage: http://topepo.github.io/caret/index.html
- Size: 378 MB
- Stars: 1,619
- Watchers: 105
- Forks: 633
- Open Issues: 183
-
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
![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 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')
```