目录

CRAN_Status_Badge Downloads R-CMD-check Codecov test coverage

The Cubist R package fits Quinlan’s Cubist regression model based on the source of from www.rulequest.com. Some of the functionality is based on

More details on Cubist can be found in Applied Predictive Modeling. A presentation on the model can be found here. This R Views blog post has information on Cubist and compares it to RuleFit.

To install the production version of the package, use:

install.packages("Cubist")

and to install the development version, use

require("devtools")
install_github("topepo/Cubist")
关于

基于规则和实例的回归模型建模工具,用于生成预测模型

5.1 MB
邀请码