predict.cre_mod | R Documentation |
Ensemble Rule Compression
## S3 method for class 'cre_mod'
predict(model, newdata, s = "lambda.min")
model |
cre model |
newdata |
test data |
s |
if glmnet is used either "lambda.min" or "lambda.1se". Defaul is "lambda.1se" |
list with conditions and rules
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.