Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
marcotet commited on
Commit
32da467
·
verified ·
1 Parent(s): 253b6c6

Add links to the original source of the data, with licenses

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -104,4 +104,18 @@ Note: to convert *past_time* and *future_time* to Pandas DataFrame, use the foll
104
  ## Computing the RCPRS metric
105
 
106
  Code to compute the RCPRS metric is available in the [`compute_rcrps_with_hf_dataset.py`](https://huggingface.co/datasets/ServiceNow/context-is-key/blob/main/compute_rcrps_with_hf_dataset.py) script inside this dataset repository.
107
- Please look at the `__main__` section of the script to see an example on how to use it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  ## Computing the RCPRS metric
105
 
106
  Code to compute the RCPRS metric is available in the [`compute_rcrps_with_hf_dataset.py`](https://huggingface.co/datasets/ServiceNow/context-is-key/blob/main/compute_rcrps_with_hf_dataset.py) script inside this dataset repository.
107
+ Please look at the `__main__` section of the script to see an example on how to use it.
108
+
109
+ ## Licenses of the original data
110
+
111
+ The time series data contained in this dataset has been created using various public datasets that are either in the Public Domain or licensed under CC-BY-4.0.
112
+
113
+ * [Fire statistics for the city of Montréal](https://donnees.montreal.ca/dataset/2fc8a2b9-1556-410e-a118-c46e97e9f19e/resource/71e86320-e35c-4b4c-878a-e52124294355/download/donneesouvertes-interventions-sim.csv): CC-BY-4.0.
114
+ * [Data collected from *causal chambers*](https://github.com/juangamella/causal-chamber): CC-BY-4.0.
115
+ * [Electrical energy consumption](https://zenodo.org/records/3898439): CC-BY-4.0.
116
+ * [ATM cash withdrawal](https://zenodo.org/records/3889740): CC-BY-4.0.
117
+ * [Irradiance and weather data](https://nsrdb.nrel.gov/data-viewer): CC-BY-4.0.
118
+ * [Retail data](https://zenodo.org/records/4654802): CC-BY-4.0.
119
+ * [Solar energy production](https://zenodo.org/records/4656144): CC-BY-4.0.
120
+ * [USA unemployment](https://fred.stlouisfed.org/series/AUST448URN) (link points to only one of downloaded series): Public domain.
121
+ * [California traffic data](https://pems.dot.ca.gov/): Public domain.