# Algerian Forest Fires FWI Prediction
Predicting the Fire Weather Index (FWI) for Algerian forest fires using machine learning.
## Dataset
Contains weather and fire data from two Algerian regions: Bejaia and Sidi Bel-Abbes.
## Project Structure
- `EDA_forest_fire.ipynb` – Exploratory Data Analysis
- `model_training.ipynb` – ML model training
- `Algerian_forest_fires_dataset.csv` – Original dataset
- `Algerian_forest_fires_cleaned_dataset.csv` – Cleaned dataset
## How to Run
1. Clone the repository:
```bash
git clone
github.com
```
## dependencies
pip install numpy pandas matplotlib seaborn scikit-learn