torch_timeseries.dataset.Weather
- class Weather(root: str = './data')[source]
Bases:
TimeSeriesDatasetThis dataset contains local climatological data for nearly 1,600 in US locations, covering 4 years from 2010 to 2013. Data points are collected every hour. Each data point consists of the target value “wet bulb” and 11 climate features. The raw data can be acquired at https://www.ncei.noaa.gov/data/local-climatological-data/.
_summary_
- Parameters:
root (str) – data save location