C5.0 Decision Trees And Rule-Based Models • C50 - Github Sites
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:
- More details on C5.0 can be found in Applied Predictive Modeling.
- A presentation on the model can be found here
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")Links
- View on CRAN
- Browse source code
- Report a bug
License
- GPL-3
Citation
- Citing C50
Developers
- Max Kuhn Author, maintainer
- Ross Quinlan Author
- More about authors...
Dev status
Từ khóa » C5.0
-
C5.0 Classification Models
-
[PDF] C50: C5.0 Decision Trees And Rule-Based Models
-
C5.0 Node - IBM
-
C5.0: An Informal Tutorial - RuleQuest
-
C5.0 Decision Trees And Rule-Based Models - Github Sites
-
C5.0 Decision Tree Algorithm - RPubs
-
C5.fault: C5.0 Decision Trees And Rule-Based Models
-
[PDF] Decision Tree Classification Of Products Using C5.0 And Prediction ...
-
1.10. Decision Trees — Scikit-learn 1.1.1 Documentation
-
C4.5 Algorithm - Wikipedia
-
C5.0 Classification Algorithm And Application On Individual Credit ...
-
An R Package For Fitting Quinlan's C5.0 Classification Model - GitHub
-
Classification Of Data Using Decision Tree And Regression Tree Methods