-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
may you share link from where to get data please #2
Comments
here: GBM-tune/1-train_test-same_yr/run-tuning.R Lines 9 to 24 in 7047ae1
(see the commented out lines with wget for the URLs) |
Thanks for soon answer
https://cran.rstudio.com/bin/windows/Rtools/
https://cran.rstudio.com/bin/windows/Rtools/
https://cran.rstudio.com/bin/windows/Rtools/ |
well, that's not R code, it's a bash (unix) script you can also just download those files manually, e.g. http://stat-computing.org/dataexpo/2009/1991.csv.bz2 |
great thanks for soon answer and this
|
Yeah, I see. It seems the provider has deleted the data. http://stat-computing.org/dataexpo/2009/the-data.html You might be able to find a copy somewhere else, though. |
E.g. here: https://github.com/h2oai/h2o-2/wiki/Hacking-Airline-DataSet-with-H2O Airlines all years 1987-2008: though I'm not 100% sure it is exactly the same data (that is same rows and same columns). |
Szilard |
as usual great code and ideas
but
d0_train <- fread(paste0("/var/data/airline/",yr-1,".csv"))
may you share link from where to get data please
The text was updated successfully, but these errors were encountered: