September 2017
Beginner to intermediate
560 pages
25h 18m
English
If you have not already done so, make sure that the BostonHousing.csv and boston-housing-classification.csv files from the code files of this chapter are in your R working directory. You should also install the caret package using the following command:
> install.packages("caret") > library(caret) > bh <- read.csv("BostonHousing.csv")
Read now
Unlock full access