--- 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: float32 - 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: float32 - 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: t_a_v_g dtype: float32 - name: t_m_i_n dtype: float32 - name: t_m_a_x dtype: float32 - name: p_r_c_p dtype: float32 - name: s_n_o_w dtype: float32 - name: w_s_p_d 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: 265131063 num_examples: 751520 - name: validation num_bytes: 51166215 num_examples: 145634 - name: test num_bytes: 109467788 num_examples: 311433 download_size: 32415366 dataset_size: 425765066 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---