Skip to content

Instantly share code, notes, and snippets.

@regel
Created December 18, 2018 22:28
Show Gist options
  • Save regel/578aff50e9a4c86d6682cc81992c0c42 to your computer and use it in GitHub Desktop.
Save regel/578aff50e9a4c86d6682cc81992c0c42 to your computer and use it in GitHub Desktop.
Demand forecast tutorial, model orders
{
"type": "timeseries",
"name": "orders",
"default_datasource": "influx",
"max_evals": 50,
"bucket_interval": "24h",
"span": "auto",
"offset": 30,
"interval": 60,
"seasonality": {
"daytime": true,
"weekday": true
},
"features": [
{
"measurement": "orders",
"field": "count",
"metric": "sum",
"name": "orders"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment