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.

Jrodriguez8004/Algerian-Forest-Fire-Regression

Domain:

environment and energy

Record type:

dataset
Creator:
Jro
Host:
Predictive modeling of the Algerian Forest Fire dataset using Linear, Ridge, and Lasso regression to forecast the Fire Weather Index (FWI). Includes data cleaning, visualization, hyperparameter tuning, model evaluation, and saving the best model for fire risk prediction. # Algerian Forest Fire Regression ## Project Overview This project analyzes the Algerian Forest Fire dataset to predict the Fire Weather Index (FWI), an important indicator for assessing fire risk in forests. Using meteorological and fire index variables, various regression models were developed and evaluated. ## Dataset The dataset contains meteorological measurements and fire indices collected over several days and regions in Algeria. The target variable is the Fire Weather Index (FWI). ## Features Used - Day - Temperature - Relative Humidity (RH) - Rain - Fine Fuel Moisture Code (FFMC) - Duff Moisture Code (DMC) - Drought Code (DC) - Initial Spread Index (ISI) - Build Up Index (BUI) ## Methods - Data cleaning and preprocessing (no missing values found) - Exploratory data analysis with visualizations to understand feature relationships - Model building using: - Linear Regression - Ridge Regression (L2 regularization) - Lasso Regression (L1 regularization) - Hyperparameter tuning via cross-validation for Ridge and Lasso regression - Model evaluation using RMSE, MAE, and R² metrics - Saving the best performing model (Ridge Regression) as a pickle file ## Results - Ridge regression with optimized alpha showed the best performance with an R² score of approximately 0.98 on test data. - Visualizations revealed significant correlations between FWI and the selected features, justifying their inclusion in the models. ## Usage 1. Run the Jupyter notebook `Algerian_Forest_Fire_Analysis.ipynb` to reproduce the analysis. 2. The trained Ridge regression model is saved as `best_model.pkl` and can be loaded to make predictions on new data. ```python import pickle with open('best_model.pkl', 'rb') as f: model = pickle.load(f) # Example prediction # predictions = model.predict(new_data)

Visit

github.com

Languages

Arabic, Algerian Spoken

Similar

ShriyaMishra2903/algerian-forest-fire-regressionSnegamurugan15/algerian-forest-fire-regressionkeshavpal06/Algerian-Forest-Fire-Regressionyuvraj-singh047/Algerian-Forest-Fire-RegressionHarish2873/Algerian-Forest-Fire-Using-Regressionunnatipatil2005/ALgerian-Forest-Fire-Dataset-Regression

ShriyaMishra2903/algerian-forest-fire-regression

Machine learning regression project for predicting forest fire risk using the Algerian Forest Fires

Snegamurugan15/algerian-forest-fire-regression

Coursework regression analysis for Algerian Forest Fire FWI prediction. # Algerian Forest Fire FWI

keshavpal06/Algerian-Forest-Fire-Regression

# Algerian Forest Fire Regression Project This repository hosts an end-to-end Machine Learning pipe

yuvraj-singh047/Algerian-Forest-Fire-Regression

# 🔥 Algerian Forest Fire – Regression Models with Cross Validation This project applies multiple **

Harish2873/Algerian-Forest-Fire-Using-Regression

# 🔥 Algerian Forest Fire Prediction using Regression ## About Dataset The dataset includes 244 ins

unnatipatil2005/ALgerian-Forest-Fire-Dataset-Regression

🌲 Algerian Forest Fire Dataset — Regression Project 📌 Overview This project predicts the Fire Weath