[Model Link]- Here
- Cleaned and Preprocessed dataset and applied Pipeline, ColumnTransformer to apply all steps.
- Followed Functional Programming Technique in Jupyter Notebook File.
- Model Selection between different types of model and seeing the R2- Score(Accuracy) metric to select a model.
- Model persistence(Saving the Model) using
joblib
. - Checking the Model first in Local Server and then Deploying it using Render(Cloud based app for deployment).
- scikit-learn
- feature-emgine
- flask
- flask-wtf
- pandas
- xgboost
- joblib(for model creation) can also use
pickle
. - matplotlib.pyplot (can also use
seaborn
).