Baselight

Algerian Forest Fires Dataset

Algerian Forest Fires Data from 2012

@kaggle.nitinchoudhary012_algerian_forest_fires_dataset

Loading...
Loading...

About this Dataset

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.

Tables

Algerian Forest Fires Dataset

@kaggle.nitinchoudhary012_algerian_forest_fires_dataset.algerian_forest_fires_dataset
  • 15.62 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.