Algerian Forest Fire Dataset - No Errors
Algerian Forest Fires Data from 2012
@kaggle.abhinav099802_algerian_forest_fire_dataset_no_errors
Algerian Forest Fires Data from 2012
@kaggle.abhinav099802_algerian_forest_fire_dataset_no_errors
Data Set information
The dataset inclueds 244 instances that regroup a data of two regions of Algeria, namely Bejaia region location 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 cases) and not fire (106) classes.
Attribute Information:
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.