Algerian Forest Fires Dataset
Algerian Forest Fires Data from 2012
@kaggle.nitinchoudhary012_algerian_forest_fires_dataset
Algerian Forest Fires Data from 2012
@kaggle.nitinchoudhary012_algerian_forest_fires_dataset
The dataset includes 244 instances that regroup a data of two regions of Algeria, namely the Bejaia region located in the northeast of Algeria and the Sidi Bel-abbes region located in the northwest of Algeria.
122 instances for each region.
The period from June 2012 to September 2012.
The dataset includes 11 attributes and 1 output attribute (class)
The 244 instances have been classified into fire (138 classes) and not fire (106 classes) classes.
CREATE TABLE algerian_forest_fires_dataset (
"day" VARCHAR,
"month" VARCHAR,
"year" VARCHAR,
"temperature" VARCHAR,
"n__rh" VARCHAR -- RH,
"n__ws" VARCHAR -- Ws,
"rain" VARCHAR,
"ffmc" VARCHAR,
"dmc" VARCHAR,
"dc" VARCHAR,
"isi" VARCHAR,
"bui" VARCHAR,
"fwi" VARCHAR,
"classes" VARCHAR
);
Anyone who has the link will be able to view this.