Created
November 24, 2015 08:34
-
-
Save bart6114/bb80f1c44c94b9e76124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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