Description Usage Arguments Value Examples
View source: R/create_test_dataset.R
A function to create training dataset on 'station_number' bicycle station by preprocessing bicycle rental history and weather data from 2013 to 2014.
1 | create_test_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
1 | ## Not run: test_dataset <- create_test_dataset(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.