# π₯ Algerian Forest Fire β Regression Models with Cross Validation
This project applies multiple **regression techniques** to predict the **Fire Weather Index (FWI)** using the Algerian Forest Fires dataset.
## π Models Implemented
- Linear Regression
- Ridge Regression
- Lasso Regression
- Elastic Net
- RidgeCV
- LassoCV
- ElasticNetCV
## π§ Key Concepts Used
- TrainβTest Split
- Feature Correlation Analysis
- Multicollinearity Reduction
- Feature Scaling (StandardScaler)
- Regularization (L1, L2)
- Cross-Validation for Hyperparameter Tuning
## π Evaluation Metric
- RΒ² Score
## π Why Cross-Validation?
Cross-validation automatically selects the best regularization parameter (alpha), improving model generalization and preventing overfitting.
## π οΈ Tech Stack
- Python
- NumPy
- Pandas
- Matplotlib
- Seaborn
- Scikit-learn
## π Dataset
Algerian Forest Fires Dataset (Cleaned)
---
## πProject Sturcture
```
Algerian-Forest-Fire-Regression/
β
βββ data/
β βββ Algerian_forest_fires_cleaned_dataset.csv
β
βββ notebook/
β βββ Algerian_forest_fires_model.ipynb
β
βββ README.md
βββ requirements.txt
```
---
β If you like this project, consider starring the repo!