R Caret

The caret package (short for _C_lassification _A_nd _RE_gression _T_raining) is a set of functions that attempt to streamline the process for creating predictive models. data splitting pre-processing feature selection model tuning using resampling.

Cost / License

  • Free Personal
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • R (programming language)
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Predictive Modeling
  2.  Predictive analytics
  3.  Data Mining

 Tags

R Caret News & Activities

Highlights All activities

Recent activities

No activities found.

R Caret information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free Personal product.
  • Pricing

    One time purchase (perpetual license) that costs $0.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  1,667 Stars
  •  631 Forks
  •  219 Open Issues
  •   Updated  
View on GitHub
R Caret was added to AlternativeTo by dimlakgorkehgz on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

Master List of all Apps and Software I use for both work and personal life.

List by Jimmy Briggs with 421 apps, updated

Predictive analytics - machine learning is when a lot of data is used to predict some other data by finding which …

List by dimlakgorkehgz with 19 apps, updated

A list with 34 apps by 6feriolimarco without a description.

List by Francisco Ferioli Marco with 34 apps, updated

What is R Caret?

The caret package (short for _C_lassification _A_nd _RE_gression _T_raining) is a set of functions that attempt to streamline the process for creating predictive models. The package contains tools for:

data splitting pre-processing feature selection model tuning using resampling variable importance estimation

as well as other functionality.

There are many different modeling functions in R. Some have different syntax for model training and/or prediction. The package started off as a way to provide a uniform interface the functions themselves, as well as a way to standardize common tasks (such parameter tuning and variable importance).

The current release version can be found on CRAN and the project is hosted on github.

Some resources:

The book Applied Predictive Modeling features caret and over 40 other R packages. It is on sale at Amazon or the the publisher’s website. There is a companion website too. There is also a paper on caret in the Journal of Statistical Software. The example data can be obtained here(the predictors) and here (the outcomes). There is a webinar for the package on Youtube that was organized and recorded by Ray DiGiacomo Jr for the Orange County R User Group. At useR! 2014, I was interviewed and discussed the package and the book. DataCamp has a beginner’s tutorial on machine learning in R using caret.

You can always email me with questions,comments or suggestions.

These HTML pages were created using bookdown.

Official Links