Skip to content

Instantly share code, notes, and snippets.

@bart6114
Created November 24, 2015 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bart6114/bb80f1c44c94b9e76124 to your computer and use it in GitHub Desktop.
Save bart6114/bb80f1c44c94b9e76124 to your computer and use it in GitHub Desktop.
library(randomForest)
mpg_fit<-
randomForest(mpg~disp+wt+hp, mtcars)
saveRDS(mpg_fit, "mpg_fit.Rdata")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment