Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 months 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/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 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')
```