Skip to content

Commit 13bc38d

Browse files
author
Kamil Wierciak
committed
Add default_path instead of uri from branch
1 parent b38edf5 commit 13bc38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

darts/datasets/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def _to_multi_series(self, series: pd.DataFrame) -> List[TimeSeries]:
653653
class ILINetDataset(DatasetLoaderCSV):
654654
"""
655655
ILI describes the ratio of patients seen with influenzalike illness and the number of patients. It includes
656-
weekly data from the Centers for Disease Control and Prevention of the United States from 2002 to 2022
656+
weekly data from the Centers for Disease Control and Prevention of the United States from 1997 to 2022
657657
658658
Field Descriptions:
659659
DATE: The recorded date
@@ -680,7 +680,7 @@ def __init__(self):
680680
super().__init__(
681681
metadata=DatasetLoaderMetadata(
682682
"ILINet.csv",
683-
uri="https://raw.githubusercontent.com/unit8co/darts/Improvement/Add_new_datasets_617/datasets/ILINet.csv",
683+
uri=_DEFAULT_PATH + "/ILINet.csv",
684684
hash="c9cbd6cc0a92b21cd95bec2706212d8d",
685685
header_time="DATE",
686686
format_time="%Y-%m-%d",

0 commit comments

Comments
 (0)