View source: R/init_raw_data.R
init_raw_data | R Documentation |
Read raw Training & test data of food demand provided by AnalyticsVidhya.
init_raw_data( train_raw_path = is.character(), test_raw_path = is.character(), meal_info_path = is.character() )
train_raw_path |
The location of train .csv file. |
test_raw_path |
The location of test .csv file. |
meal_info_path |
The location of meal master csv file. |
List of data.
train_data: The data.table of training data.
test_data: The data.table of test data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.