Closed csgillespie closed 6 years ago
It would be nicer if we could get the data set easier, e.g.
titanic_data=fread("train.csv")
Won't work without getting train.csv and most users are lazy ;)
train.csv
Could you use https://cran.r-project.org/web/packages/titanic/ in your example instead?
Yes, you are right, it will be easier to do so. I'll include some dataset in the next version.
It would be nicer if we could get the data set easier, e.g.
Won't work without getting
train.csv
and most users are lazy ;)Could you use https://cran.r-project.org/web/packages/titanic/ in your example instead?