ML project preidicting forest fire FWI using regression models.
# π₯ Algerian Forest Fire Prediction (ML Project)
## π Overview
This project focuses on analyzing and predicting patterns in the **Algerian Forest Fires dataset** using multiple machine learning models.
The goal was to explore how different regression techniques perform on the same dataset and understand the impact of regularization.
---
## π Dataset
* Algerian Forest Fires Dataset
---
## π What I Did
* Performed **Exploratory Data Analysis (EDA)**
* Cleaned and preprocessed the dataset
* Applied **feature scaling**
* Trained multiple regression models:
* Linear Regression
* Ridge Regression
* Lasso Regression
* ElasticNet Regression
* Evaluated models using:
* RΒ² Score
* Mean Absolute Error (MAE)
* Compared model performance
* Saved trained models using **pickle**
---
## π€ Models Used
* Linear Regression
* Ridge Regression (L2 Regularization)
* Lasso Regression (L1 Regularization)
* ElasticNet Regression (L1+L2)
---
## π Results
* Regularization helped improve model stability
* Ridge and Lasso reduced overfitting compared to Linear Regression
* Model performance was evaluated using RΒ² and MAE
*(Detailed results and plots are available in the notebooks)*
---
## π§ Key Learning
This project helped in understanding:
* The importance of regularization (L1 vs L2)
* Model comparison on real-world data
* End-to-end ML workflow (EDA β Training β Evaluation β Saving)
---
## π¬ Connect
If you found this useful or have suggestions, feel free to connect or contribute!
---
β If you like this project, consider giving it a star!