# NOT RUN {
aps_lm_model4 <- lm(m2.price ~., data = apartments)
model_info(aps_lm_model4)
model_regr_rf <- randomForest::randomForest(m2.price~., data = apartments, ntree = 50)
model_info(model_regr_rf)
# }
Run the code above in your browser using DataLab