Baselight

Algerian Forest Fire Dataset - No Errors

Algerian Forest Fires Data from 2012

@kaggle.abhinav099802_algerian_forest_fire_dataset_no_errors

Loading...
Loading...

About this Dataset

Algerian Forest Fire Dataset - No Errors

Algerian Forst Fires Dataset

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:

  • Date: (DD/MM/YYYY) Day, month, year weather data infomation
  • Temp; temperature noon in Celcius degree
  • RH: Relative Humidity in %
  • Ws: Wind Speed
  • Rain: total day in mm
  • Fine Fuel Moisture Code(FFMC): index from the FWI system
  • Duff Moisture Code (DMC) index from FWI system
  • Drought Code (DC) index from FWI system
  • Initial Spread Index (ISI) from the FWI system
  • Buildup Index (BUI) from the FWI system
  • Fire Weather Index (FWI)
  • Classes Fire, Not Fire

Tables

Algerian Forest Fires Dataset

@kaggle.abhinav099802_algerian_forest_fire_dataset_no_errors.algerian_forest_fires_dataset
  • 15.75 KB
  • 247 rows
  • 14 columns
Loading...

CREATE TABLE algerian_forest_fires_dataset (
  "day" VARCHAR,
  "month" VARCHAR,
  "year" VARCHAR,
  "temperature" VARCHAR,
  "n__rh" VARCHAR,
  "n__ws" VARCHAR,
  "rain" VARCHAR,
  "ffmc" VARCHAR,
  "dmc" VARCHAR,
  "dc" VARCHAR,
  "isi" VARCHAR,
  "bui" VARCHAR,
  "fwi" VARCHAR,
  "classes" VARCHAR
);

Share link

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