Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

geek-mayank/algerian-forest-fire-prediction

Domain:

environment and energy

Record type:

datasetproject
Creator:
gee
Host:
### Algerian Forest Fires — EDA ➜ Modeling (End-to-End) - **Dataset**: 244 daily records from two Algerian regions (Bejaia, Sidi Bel-abbes), Jun–Sep 2012, 11 weather/FWI features + class. - **Cleaning**: - Fixed headers/whitespace and types; added `Region` flag. - Dropped NaNs and a separator row → **243 rows** retained. - Exported `Algerian_forest_fires_dataset_CLEANED.csv`. - **EDA Highlights**: - **Distributions**: Weather and FWI components show meaningful spread; `FWI` is right-skewed with outliers. - **Correlations**: Strong relationships among FWI components; `FWI` aligns highly with `FFMC`, `ISI`, `BUI`, `DMC`. - **Class view**: Converted `Classes` → 0 (not fire), 1 (fire) for EDA; seasonal/region patterns visible in monthly counts. - Visuals: Histograms, correlation heatmap, boxplots (FWI), region-wise monthly fire counts. - **Feature Prep for Modeling**: - Dropped `day`, `month`, `year`. - Removed highly correlated predictors (|r| > 0.85) to reduce multicollinearity. - Standardized features with `StandardScaler`. - **Task**: Predict **Fire Weather Index (FWI)** as a regression problem. - **Models & Test Performance**: | Model | MAE | R² | |------------------|-----|-------| | Linear Regression| 0.547 | 0.9848 | | Ridge | 0.564 | 0.9843 | | Lasso | 1.133 | 0.9492 | | LassoCV | 0.620 | 0.9821 | | ElasticNet | 1.882 | 0.8753 | | ElasticNetCV | 0.658 | 0.9814 | - **Outcome**: Simple linear models (Linear/Ridge) performed best with very high explanatory power on test data. - **Artifacts**: Saved `scaler.pkl` and `ridge.pkl` for deployment. FWI helps quantify fire risk; with lightweight preprocessing and regularized linear models, we achieved strong, stable performance suitable for operationalization. #MachineLearning #DataScience #EDA #Regression #MLOps #Algeria #ForestFires #FWI

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

vishalshelar328/Algerian-Forest-Fire-Prediction2611ansh/algerian-forest-fire-predictionheba14101998/Algerian-Forest-Fire-Predictionkompany04/Algerian-forest-fire-predictionrajan7838/Algerian-Forest-Fire-PredictionGouravAgarwal2716/algerian-forest-fire-prediction

vishalshelar328/Algerian-Forest-Fire-Prediction

2611ansh/algerian-forest-fire-prediction

# Algerian Forest Fire Prediction This is the README file for the "Algerian Forest Fire Prediction"

heba14101998/Algerian-Forest-Fire-Prediction

Predicting forest fire occurrences in Algeria using the "Algerian Forest Fires Dataset" from Kaggle.

kompany04/Algerian-forest-fire-prediction

# Algerian-Forest-Fire-Prediction This project aims to predict the occurrence and spread of forest

rajan7838/Algerian-Forest-Fire-Prediction

# Algerian Forest Fire Prediction ### Project Overview This is a Machine Learning web application t

GouravAgarwal2716/algerian-forest-fire-prediction

Flask web app for predicting Algerian forest fire weather index using machine learning # Flask ML D