November 21, 2020
Created a tool that predicts home prices from a Kaggle dataset with 85% accuracy.
Engineered features from the dataset added new features also remove unwanted features using business logic and dimensionality reduction.
Remove outlier using Standard Deviation and Mean also plot the data using Matlotlib to understand better .
Optimized Linear Regression, Decision Tree, and Lasso Regression using GridsearchCV to reach the best model.