Corrected URL for file download

Was pointing to brohrer fork.
This commit is contained in:
David Smith 2016-10-21 09:57:27 -05:00 коммит произвёл GitHub
Родитель 9188812398
Коммит cd837aaefa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ if (!require("RevoScaleR")) {
}
# Initialize some variables.
github <- "https://raw.githubusercontent.com/brohrer-ms/RTVS-docs/master/examples/MRS_and_Machine_Learning/Datasets/"
github <- "https://raw.githubusercontent.com/Microsoft/RTVS-docs/master/examples/MRS_and_Machine_Learning/Datasets/"
inputFileBikeURL <- paste0(github, "Bike_Rental_UCI_Dataset.csv")
# Create a temporary directory to store the intermediate .xdf files.