Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
knutdrand committed Aug 30, 2024
1 parent 0581ed8 commit ba791e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/gluonts_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from climate_health.data import DataSet, PeriodObservation, adaptors


class Obs(PeriodObservation):
disease_cases: int
rainfall: float
Expand All @@ -23,9 +24,3 @@ class Obs(PeriodObservation):
gluonts_dataset = adaptors.gluonts.from_dataset(dataset)

print(list(gluonts_dataset))






0 comments on commit ba791e9

Please sign in to comment.