Ale37 commited on
Commit
9869610
·
1 Parent(s): 2961627
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,5 +11,10 @@ pinned: false
11
 
12
  ## Exponential Smoothing time series forecasting on ILINetDataset
13
 
 
 
 
14
 
15
- ## References
 
 
 
11
 
12
  ## Exponential Smoothing time series forecasting on ILINetDataset
13
 
14
+ 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.
15
+ 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.
16
+ Predictions are computed with an exponential smoothing model
17
 
18
+ ## References
19
+
20
+ * [darts quickstart](https://unit8co.github.io/darts/quickstart/00-quickstart.html#Covariates:-using-external-data)