Skip to content
Hayley Howard edited this page Mar 15, 2018 · 5 revisions

Welcome to the Predictor wiki!

P1: Overall purpose and functionality of the predictor

Modules:

List all the modules (all the other pages linked to in this wiki)

Parameters:

List parameters here. Example of formatting below.

  • Parameter: Brief description of parameter. Data type of the parameter (e.g. integer value). Example of how a value for the parameter would be determined, if needed for clarity (for example, in the generator, it is explained that if work hours are from 8am-5pm, then the value assigned to the parameter work_hours would be 9).
    • Default value: default value here

The predictor's required parameters for use depend on the model chosen.

The current implemented models and their parameters are as follows:

  • Simple Moving Average (add link when this page is created)
  • Holt Winters
  • Exponential Smoothing (add link when this page is created)
  • LSTM (add link when this page is created)

Output Details

output details here

Sample Script

sample script here