- In this step, we will apply Exploratory Data Analysis (EDA) to extract insights from the data set to know which features have contributed more in predicting Forest fire by performing Data Analysis using Pandas and Data visualization using Matplotlib & Seaborn.
- It is always a good practice to understand the data first and try to gather as many insights from it.
- For Regression Problem algorithm decided to predict the feature
FWI(Fire weather Index) which is 90%+ correlated to Classes Feature. - Models used : Linear regression, Lasso Regression, Ridge Regression
- For Classification algorithm decided to predict the features
Classesfrom the dataset which is Binary classification(fire, not fire). - Models used : Logistic Regression