Forest Fire Area
Prediction of the burnt area by forest fires
@kaggle.sumitm004_forest_fire_area
Prediction of the burnt area by forest fires
@kaggle.sumitm004_forest_fire_area
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
);
Anyone who has the link will be able to view this.