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: 15 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-05-10T17:23:24.000Z (6 months ago)
- Last Synced: 2024-10-02T01:05:28.831Z (about 1 month ago)
- Language: R
- Homepage: http://topepo.github.io/caret/index.html
- Size: 378 MB
- Stars: 1,610
- Watchers: 105
- Forks: 634
- Open Issues: 184
-
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/workflows/R-CMD-check/badge.svg)](https://github.com/topepo/caret/actions)
[![Coverage Status](https://coveralls.io/repos/topepo/caret/badge.svg?branch=master)](https://coveralls.io/r/topepo/caret?branch=master)
[![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')
```