- Notifications
You must be signed in to change notification settings - Fork19
An R package for fitting Quinlan's C5.0 classification model
NotificationsYou must be signed in to change notification settings
topepo/C5.0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TheC50 R package fits Quinlan's C5.0 classification model based on the source of fromwww.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:
- More details on C5.0 can be found inApplied Predictive Modeling.
- A presentation on the model can be foundhere
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
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.