- Loading the dataset and checking for null values.
- Doing Exploratory Data Analysis.
- Visualization of the considerable factors.
- Making dummy variables.
- Finding Correlations.
- Plotting a heatmap from that correlation.
- And a Pairplot for understanding the data better.
- Independent and Dependent features were made.
- Done the Train-Testt split.
- Fitted the model
- It was used for finding out the important features.
- Plotted the Important Features.
Selected parameters using
- Hyperparameter Tuning
- And RandomizedSearchCV
- Fitted the model Looked for the :
- best parameters
- and Scores.
- Normal Distribution curve was formed.
- Mean Absolute Error
- Mean Squared Error
- Root Mean Squared Error