powered by
A function to create training dataset on 'station_number' bicycle station by preprocessing bicycle rental history and weather data from 2013 to 2014.
create_train_dataset(station_number)
number that means the number of each station.(1 ~ 144)
a dataset containing feature and rental count data on 'station_number' station, 2013 ~ 2014
# NOT RUN { train_dataset <- create_train_dataset(1) # } # NOT RUN { # }
Run the code above in your browser using DataLab