This function takes an aggregate dataset, the type of model ("TREE","GLM") and the number of days you'd like to predict backwards
1 | ModelHistory(data, model, n, options)
|
data |
The aggregate dataset to be repeatedly split and re-trained on each day. |
model |
The type of model to run (a) "TREE" or (b) "GLM" |
n |
The number of days back you'd like to predict for. |
options |
(a) "NoTrial" returns OGstrWLtree, (b) "7Trials" returns strWLtree w/7 trials, (c) "sprWL" depending on model arguement either TREEsprWL or GLMsprWL, (d) "OGglm" returns ogGLM strWL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.