drninjamommy / C5.0

An R package for fitting Quinlan's C5.0 classification model

Home Page:https://topepo.github.io/C5.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN_Status_Badge Downloads

The C50 R package fits Quinlan's C5.0 classification model based on the source of from www.rulequest.com. Some of the functionality is based on

  • Quinlan. C4.5: Programs For Machine Learning (1993b) Morgan Kaufmann Publishers Inc. San Francisco, CA

Other resources:

To install the production version of the package, use:

install.packages("C50")

and to install the development version, use

require("devtools")
install_github("topepo/C5.0")

About

An R package for fitting Quinlan's C5.0 classification model

https://topepo.github.io/C5.0/


Languages

Language:C 69.5%Language:HTML 23.0%Language:R 7.1%Language:CSS 0.4%Language:M4 0.0%Language:Shell 0.0%