Learn R Programming

tashu (version 0.1.1)

create_train_dataset: Create training dataset on specific station for prediction

Description

A function to create training dataset on 'station_number' bicycle station by preprocessing bicycle rental history and weather data from 2013 to 2014.

Usage

create_train_dataset(station_number)

Arguments

station_number

number that means the number of each station.(1 ~ 144)

Value

a dataset containing feature and rental count data on 'station_number' station, 2013 ~ 2014

Examples

Run this code
# NOT RUN {
train_dataset <- create_train_dataset(1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab