File size: 749 Bytes
0c6bfc9
12f5d16
992d4a5
 
0c6bfc9
41efa22
992d4a5
2961627
6f770f5
0c6bfc9
 
12f5d16
 
9869610
 
 
12f5d16
9869610
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Streamlit time series ExpSmoothing
colorFrom: blue
colorTo: red
sdk: streamlit
sdk_version: 1.19.0
app_file: src/main.py
python_version: 3.10.6
pinned: false
---

## Exponential Smoothing time series forecasting on ILINetDataset

ILINetDataset is a dataset containing records of people going to their healthcare provider for ILI, which is defined as fever with cough and/or a sore throath.
The dataset collects data from 1997 to 2022 and is correlated with data expressing also the amount of people going to healthcare provider per age interval.
Predictions are computed with an exponential smoothing model

## References

* [darts quickstart](https://unit8co.github.io/darts/quickstart/00-quickstart.html#Covariates:-using-external-data)