--- dataset_info: features: - name: fips_code dtype: int32 - name: time dtype: timestamp[ns] - name: county dtype: string - name: state dtype: string - name: customers_out dtype: float32 - name: event_count_Astronomical Low Tide dtype: int16 - name: event_count_Avalanche dtype: int8 - name: event_count_Blizzard dtype: int8 - name: event_count_Coastal Flood dtype: int16 - name: event_count_Cold/Wind Chill dtype: int16 - name: event_count_Debris Flow dtype: int16 - name: event_count_Dense Fog dtype: int8 - name: event_count_Drought dtype: int16 - name: event_count_Dust Storm dtype: int8 - name: event_count_Extreme Cold/Wind Chill dtype: int16 - name: event_count_Flash Flood dtype: int16 - name: event_count_Flood dtype: int16 - name: event_count_Freezing Fog dtype: int8 - name: event_count_Frost/Freeze dtype: int16 - name: event_count_Funnel Cloud dtype: int8 - name: event_count_Hail dtype: int8 - name: event_count_Heavy Rain dtype: int16 - name: event_count_Heavy Snow dtype: int16 - name: event_count_High Surf dtype: int16 - name: event_count_High Wind dtype: int16 - name: event_count_Hurricane (Typhoon) dtype: float64 - name: event_count_Ice Storm dtype: int16 - name: event_count_Lake-Effect Snow dtype: int16 - name: event_count_Lightning dtype: int8 - name: event_count_Marine High Wind dtype: int8 - name: event_count_Marine Strong Wind dtype: int8 - name: event_count_Marine Thunderstorm Wind dtype: int8 - name: event_count_Rip Current dtype: int16 - name: event_count_Seiche dtype: float64 - name: event_count_Sleet dtype: int8 - name: event_count_Sneakerwave dtype: int8 - name: event_count_Storm Surge/Tide dtype: int16 - name: event_count_Strong Wind dtype: int16 - name: event_count_Thunderstorm Wind dtype: int16 - name: event_count_Tornado dtype: int8 - name: event_count_Waterspout dtype: int8 - name: event_count_Wildfire dtype: int16 - name: event_count_Winter Storm dtype: int16 - name: event_count_Winter Weather dtype: int16 - name: event_count_Dense Smoke dtype: float64 - name: event_count_Dust Devil dtype: float64 - name: event_count_Excessive Heat dtype: float64 - name: event_count_Heat dtype: float64 - name: event_count_Marine Dense Fog dtype: float64 - name: event_count_Marine Hail dtype: float64 - name: event_count_Tropical Depression dtype: float64 - name: event_count_Tropical Storm dtype: float64 - name: event_count_Tsunami dtype: float64 - name: event_count_Hurricane dtype: float64 - name: event_count_Lakeshore Flood dtype: float64 - name: event_count_Marine Hurricane/Typhoon dtype: float64 - name: event_count_Marine Tropical Depression dtype: float64 - name: event_count_Marine Tropical Storm dtype: float64 - name: event_count_Volcanic Ashfall dtype: float64 - name: event_count_Marine Lightning dtype: float64 - name: tavg dtype: float32 - name: tmin dtype: float32 - name: tmax dtype: float32 - name: prcp dtype: float32 - name: snow dtype: float32 - name: wspd dtype: float32 - name: weather_source dtype: string - name: year dtype: int32 - name: month dtype: int32 - name: day dtype: int32 - name: hour dtype: int32 - name: dayofweek dtype: int32 - name: dayofyear dtype: int32 - name: weekofyear dtype: int64 - name: quarter dtype: int32 - name: season dtype: string - name: is_weekend dtype: int64 - name: severity dtype: float64 splits: - name: train num_bytes: 1317951477 num_examples: 3763749 - name: validation num_bytes: 264692482 num_examples: 758056 - name: test num_bytes: 598863070 num_examples: 1716557 download_size: 263779371 dataset_size: 2181507029 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---