You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add new datasets to darts.dataset
* Add new dataset to dataset catalog
* Specify the class in darts.datasets.__init__.py to correctly load new dataset
* Change uri (just for testing) and set date as index of df
* Change .csv file and adjust hash
* Update .csv file so the start day is on Sunday not Monday
* Add correct hash
* Change a bit dataset and update hash
* Remove duplicates from dataset, adjust hash
* Add original dataset (starting from 1997) and adjust hash
* Add default_path instead of uri from branch
* Add two new datasets, modify __init__ file
* Add option to load datasets as a list of univariate time series
* Add weather dataset
* Fix datetime format, remove duplicates from dataset and adjust md5 hash
* Fix freq
* fix after comments
* fix ILI description
* Add source
* Fix exchange rate dataset
* Refactor load from disk function so it can change multivariate indexed TS into list of univariate TS
* Add git LFS to traffic.csv dataset
* Remove unnecessary if
* remove debug print
* Fix docu
Co-authored-by: Kamil Wierciak <[email protected]>
Co-authored-by: Julien Herzen <[email protected]>
ILI describes the number of patients seen with influenzalike illness and the total number of patients. It includes
660
+
weekly data from the Centers for Disease Control and Prevention of the United States from 1997 to 2022.
661
+
Source: [1]_ [2]_ [3]_ [4]_
662
+
663
+
Components Descriptions:
664
+
665
+
* % WEIGHTED ILI: Combined state-specific data of patients visit to healthcare providers for ILI reported each week weighted by state population
666
+
* % UNWEIGHTED ILI: Combined state-specific data of patients visit to healthcare providers for ILI reported each week unweighted by state population
667
+
* AGE 0-4: Number of patients between 0 and 4 years of age
668
+
* AGE 25-49: Number of patients between 25 and 49 years of age
669
+
* AGE 25-64: Number of patients between 25 and 64 years of age
670
+
* AGE 5-24: Number of patients between 5 and 24 years of age
671
+
* AGE 50-64: Number of patients between 50 and 64 years of age
672
+
* AGE 65: Number of patients above (>=65) 65 years of age
673
+
* ILITOTAL: Total number of ILI patients. For this system, ILI is defined as fever (temperature of 100°F [37.8°C] or greater) and a cough and/or a sore throat
674
+
* NUM. OF PROVIDERS: Number of outpatient healthcare providers
The collection of the daily exchange rates of eight foreign countries, including Australia, British, Canada, Switzerland, China, Japan, New Zealand,
710
+
and Singapore, ranging from 1990 to 2016. Unfortunately, there were some inconsistencies concerning the dates, so the resulting TimeSeries is integer-indexed.
The data in this repo is a collection of 48 months (2015-2016) hourly data from the California Department of Transportation. The data describes
745
+
the road occupancy rates (between 0 and 1) measured by 862 different sensors on San Francisco Bay area freeways. The raw data is in http://pems.dot.ca.gov.
0 commit comments