create_train_dataset {tashu} | R Documentation |
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)
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)