Other packages > Find by keyword >

C50  

C5.0 Decision Trees and Rule-Based Models
View on CRAN: Click here


Download and install C50 package within the R console
Install from CRAN:
install.packages("C50")

Install from Github:
library("remotes")
install_github("cran/C50")

Install by package version:
library("remotes")
install_version("C50", "0.1.8")



Attach the package and use:
library("C50")
Maintained by
Max Kuhn
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-08-30
Latest Update: 2023-02-08
Description:
C5.0 decision trees and rule-based models for pattern recognition that extend the work of Quinlan (1993, ISBN:1-55860-238-0).
How to cite:
Max Kuhn (2012). C50: C5.0 Decision Trees and Rule-Based Models. R package version 0.1.8, https://cran.r-project.org/web/packages/C50. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.0.9 (2012-08-30 20:36), 0.1.0-013 (2012-10-19 19:53), 0.1.0-14 (2013-02-21 07:52), 0.1.0-15 (2013-05-27 16:56), 0.1.0-16 (2014-02-04 10:32), 0.1.0-19 (2014-06-07 08:13), 0.1.0-21 (2014-11-18 17:16), 0.1.0-24 (2015-03-09 07:39), 0.1.1 (2017-12-01 19:50), 0.1.2 (2018-05-22 22:55), 0.1.3.1 (2020-05-26 07:13), 0.1.3 (2020-01-13 11:00), 0.1.4 (2021-05-16 07:00), 0.1.5 (2021-06-01 10:00), 0.1.6 (2022-02-05 14:50), 0.1.7 (2022-11-09 09:40)
Other packages that cited C50 R package
View C50 citation profile
Other R packages that C50 depends, imports, suggests or enhances
Complete documentation for C50
Functions, R codes and Examples using the C50 R package
Some associated functions: C5.0 . C5.0Control . C5imp . as.party.C5.0 . plot.C5.0 . predict.C5.0 . summary.C5.0 . 
Some associated R codes: C5.0.R . as.party.C5.0.R . cost_matrix.R . formatAttributes.R . predict.C5.0.R .  Full C50 package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA