Guest User

Untitled

a guest
Jan 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. models <- list(rpart = model.rpart, glmnet= model.glmnet, ranger= model.ranger)
  2. resamples <- resamples(models)
  3. summary(resamples)
  4. dotplot(resamples)
Add Comment
Please, Sign In to add comment