GO
GodWin1100/Algerian-Forest-Fire
EDA with different classification and regression model prediction for Algerian Forest Fire data set.
Algerian Forest Fire
- EDA for Algerian Forest Fire dataset.
- Classification and Regression Models for predicting
Classesbetweenfireandnot-fireandTemperaturerespectively.
ML Models
Regression
- Linear
- Lasso
- Ridge
- ElasticNet
- SVR
- Decision Tree
- Random Forest
- AdaBoost
- XGBoost
- CATBoost
- Polynomial (degree 2)
Classification
- Logistic
- K-Nearest Neighbor
- SVC
- Naive Bayes
- Decision Tree
- Random Forest
- AdaBoost
- XGBoost
- CATBoost
Deployed on Heroku
- Deployed Link: https://aff-prediction.herokuapp.com/
- Classification Prediction API
- API: https://aff-prediction.herokuapp.com/classification
- BODY: JSON data
{ "day": 21, "month": "Aug", "Temperature": 36, "RH": 58, "Ws": 19, "Rain": 0.0, "FFMC": 88.6, "DMC": 29.6, "DC": 141.1, "ISI": 9.2, "Region": "Bejaia" } - Regression Prediction API
- API: https://aff-prediction.herokuapp.com/regression
- BODY: JSON data
{ "day": 21, "month": "Aug", "RH": 58, "Ws": 19, "Rain": 0.0, "FFMC": 88.6, "DMC": 29.6, "DC": 141.1, "ISI": 9.2, "Classes": "fire", "Region": "Bejaia" }
On this page
Languages
Jupyter Notebook100.0%Python0.0%Procfile0.0%
Contributors
Created August 1, 2022
Updated October 22, 2022