--- 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: float32 - name: event_count_Avalanche dtype: float32 - name: event_count_Blizzard dtype: float32 - name: event_count_Coastal Flood dtype: float32 - name: event_count_Cold/Wind Chill dtype: float32 - name: event_count_Debris Flow dtype: float32 - name: event_count_Dense Fog dtype: float32 - name: event_count_Drought dtype: float32 - name: event_count_Dust Storm dtype: float32 - name: event_count_Extreme Cold/Wind Chill dtype: float32 - name: event_count_Flash Flood dtype: float32 - name: event_count_Flood dtype: float32 - name: event_count_Freezing Fog dtype: int8 - name: event_count_Frost/Freeze dtype: float32 - name: event_count_Funnel Cloud dtype: float32 - name: event_count_Hail dtype: float32 - name: event_count_Heavy Rain dtype: float32 - name: event_count_Heavy Snow dtype: float32 - name: event_count_High Surf dtype: float32 - name: event_count_High Wind dtype: float32 - name: event_count_Hurricane (Typhoon) dtype: float32 - name: event_count_Ice Storm dtype: float32 - name: event_count_Lake-Effect Snow dtype: float32 - name: event_count_Lightning dtype: float32 - 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: float32 - name: event_count_Seiche dtype: float32 - name: event_count_Sleet dtype: float32 - name: event_count_Sneakerwave dtype: int8 - name: event_count_Storm Surge/Tide dtype: float32 - name: event_count_Strong Wind dtype: float32 - name: event_count_Thunderstorm Wind dtype: float32 - name: event_count_Tornado dtype: float32 - name: event_count_Waterspout dtype: int8 - name: event_count_Wildfire dtype: float32 - name: event_count_Winter Storm dtype: float32 - name: event_count_Winter Weather dtype: float32 - name: event_count_Dense Smoke dtype: float32 - name: event_count_Dust Devil dtype: float32 - name: event_count_Excessive Heat dtype: float32 - name: event_count_Heat dtype: float32 - name: event_count_Marine Dense Fog dtype: float32 - name: event_count_Marine Hail dtype: float32 - name: event_count_Tropical Depression dtype: float32 - name: event_count_Tropical Storm dtype: float32 - name: event_count_Tsunami dtype: float32 - name: event_count_Hurricane dtype: float32 - name: event_count_Lakeshore Flood dtype: float32 - name: event_count_Marine Hurricane/Typhoon dtype: float32 - name: event_count_Marine Tropical Depression dtype: float32 - name: event_count_Marine Tropical Storm dtype: float32 - name: event_count_Volcanic Ashfall dtype: float32 - name: event_count_Marine Lightning 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: 10916616380 num_examples: 32516064 - name: validation num_bytes: 2349763046 num_examples: 6992904 - name: test num_bytes: 5241737916 num_examples: 15613126 download_size: 1644598990 dataset_size: 18508117342 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---