Description Usage Arguments Value
View source: R/clean-smd-data.R
Get train and test data frames
1 2 | get_train_test_df(train_start_date, train_end_date, test_start_date,
test_end_date, trend_start)
|
train_start_date |
start date for model training data. |
train_end_date |
end date for model training data. |
test_start_date |
start date for model testing data. |
test_end_date |
end date for model testing data. |
trend_start |
numeric value indicating trend start. |
List containing train and test data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.