Baselight

Forest Fire Area

Prediction of the burnt area by forest fires

@kaggle.sumitm004_forest_fire_area

Forestfires
@kaggle.sumitm004_forest_fire_area.forestfires

  • 18.43 KB
  • 517 rows
  • 13 columns
x

X

y

Y

month

Month

day

Day

ffmc

FFMC

dmc

DMC

dc

DC

isi

ISI

temp

Temp

rh

RH

wind

Wind

rain

Rain

area

Area

75marfri86.226.294.35.18.2516.7
74octtue90.635.4669.16.718330.9
74octsat90.643.7686.96.714.6331.3
86marfri91.733.377.598.39740.2
86marsun89.351.3102.29.611.4991.8
86augsun92.385.348814.722.2295.4
86augmon92.388.9495.68.524.1273.1
86augmon91.5145.4608.210.78862.2
86septue91129.5692.6713.1635.4
75sepsat92.588698.67.122.8404

CREATE TABLE forestfires (
  "x" BIGINT,
  "y" BIGINT,
  "month" VARCHAR,
  "day" VARCHAR,
  "ffmc" DOUBLE,
  "dmc" DOUBLE,
  "dc" DOUBLE,
  "isi" DOUBLE,
  "temp" DOUBLE,
  "rh" BIGINT,
  "wind" DOUBLE,
  "rain" DOUBLE,
  "area" DOUBLE
);

Share link

Anyone who has the link will be able to view this.