create_train_dataset {tashu}R Documentation

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

## Not run: train_dataset <- create_train_dataset(1)


[Package tashu version 0.1.1 Index]