Cubist
Cubist copied to clipboard
An R package for fitting Quinlan's Cubist regression model
Hi @topepo! I've been working on a port of your code into Python (I believe Kirk mentioned that) over here: https://github.com/pjaselin/Cubist. Thank you so much for all the work you...
Follow up to #49 I looked over our `snprintf()` usage again and this is the only other place I could find that looks like it could be a problem. It...
Hi Max, some colleagues observed that `caret::train()` with `method = "cubist"` errors when some special characters in factor values are present in predictors, tracing back to `Cubist::cubist()`. I really like...
Hi @topepo, I am working with raster datasets and employing different rule-based algorithms (namely, CART, Cubist, bagged trees, boosted trees and random forests "RF") for a regression problem (biomass per...
Maybe the closed issue #5 gets more attention if I open a new issue
Hi, The cubist prediction isn't working properly for large datasets (about 10,000 rows). It works completely fine if I predict row by row, but gives all zeroes when I pass...
I have models trained in cubist version 0.0.19 that do not predict similarly with cubist version 0.0.20. The sample code below is training a model on my machine in v0.0.19...
I have a data set of 11 variables, including one outcome variable (ytr) and 10 predictors (xtr). There are 368 observations. I am running the following simple code: cc
in addition to the existing `lattice` plots