gen_news | R Documentation |
Generate the news between two data releases using the method of holding out new data feature by feature and recording the differences in model output
gen_news(model, target_period, old_data, new_data)
model |
a trained LSTM model gotten from calling LSTM() |
target_period |
string in "YYYY-MM-DD", target prediction date |
old_data |
dataframe of previous dataset |
new_data |
dataframe of new dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.