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.

ashir1S/Algerian_forest_fires

Domain:

environment and energy

Record type:

datasetproject
Creator:
ash
Host:
This end-to-end machine learning project builds a regression pipeline to predict the Fire Weather Index (FWI) using the Algerian Forest Fires dataset. It covers data cleaning, exploratory analysis, and feature engineering, then trains and compares Linear, Ridge, Lasso, and ElasticNet models with cross-validated tuning to find the best predictor. # 🔥 Algerian Forest Fires — FWI Regression Pipeline A regression pipeline for predicting the **Fire Weather Index (FWI)** from the Algerian Forest Fires dataset, covering data cleaning, exploratory analysis, feature engineering, and a comparison of Linear, Ridge, Lasso, and ElasticNet regression models with cross-validated hyperparameter tuning. --- ## 📑 Table of Contents 1. Project Overview 2. The Big Picture — End-to-End Pipeline 3. Repository Structure 4. Step-by-Step Walkthrough 5. Model Comparison / Results 6. Key ML Concepts Covered 7. Limitations 8. Tech Stack 9. How to Run 10. Author --- ## 1. Project Overview **Dataset:** Algerian Forest Fires Dataset — 244 records from two regions of Algeria (Bejaia in the northeast, Sidi-Bel Abbes in the northwest), 122 records each, collected June–September 2012. Each record has 11 weather/fire-index attributes plus a `Classes` label (`fire` / `not fire`). **Target variable:** `FWI` (Fire Weather Index) — a continuous score, so this is framed as a **regression problem**. The dataset also includes a binary `Classes` column, which would support a classification formulation ("will there be a fire?"). This project instead predicts the continuous FWI score; a classification variant using `Classes` as the target is a natural extension. **Two notebooks, two jobs:** | Notebook | Role | |---|---| | `01_Data_Cleaning_and_EDA.ipynb` | Loads the **raw** CSV, cleans it, explores it (EDA), and writes out a cleaned CSV | | `02_Model_Training.ipynb` | Loads the **cleaned** CSV, engineers features, trains 4 regression models (+ 3 cross-validated variants), and evaluates them | --- ## 2. The Big Picture — End-to-End Pipeline The diagram below summarizes the complete workflow, from raw data to final model selection. ```mermaid flowchart TD A["📥 Raw Data Algerian_forest_fires_dataset_UPDATE.csv"] --> B["🧹 Data Cleaning (Ridge__Lasso_Regression.ipynb)"] B --> B1["Tag rows by Region Fix column dtypes Drop the blank separato …

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

ashir1S/forest-firesaurav997/Algerian_Forest_FiresItsYourAnirban/Algerian_forest_firesash234king/Algerian_forest_firesabhinavsinha00/Algerian_forest_firesSYT20/Algerian_forest_fires

ashir1S/forest-fire

End-to-end ML pipeline for predicting the Algerian Forest Fire Weather Index (FWI) — from raw datase

saurav997/Algerian_Forest_Fires

# Algerian Forest Fires Prediction: An End-to-End Prediction model ## Project Overview The Algeria

ItsYourAnirban/Algerian_forest_fires

ML project to predict forest fires in Algeria using weather data. Built from scratch with full EDA,

ash234king/Algerian_forest_fires

# 🔥 Algerian Forest Fire Prediction using Machine Learning This project predicts the **Fire Weather

abhinavsinha00/Algerian_forest_fires

Algerian Forest Fire Prediction This machine learning project predicts whether a forest fire may oc

SYT20/Algerian_forest_fires

Forest Fire Prediction and Data Analysis This project is a machine learning-based web application d