Skip to content

karthikmprakash/Mysore-Real-Estate-Analysis

Repository files navigation

Mysore Real-Estate Analysis and House Price Prediction

The aim was to analyse the real estate market and predict the house prices in Mysore, Karnataka. A streamlit web-app is built for better visualization and prediction.

Data Extraction

Data Cleaning

  • The raw data is further cleaned resulting in five columns in the file combined_cleaned.csv are Location, Beds, Price, Area, PricePerSqft

Model Building

  • The data features were one-hot encoded for location and Number of beds and fed to the model.
  • Linear Regression performed the worst as expected for a small dataset
  • gridsearchcv was performed and was inferred that decision tree algorithm performed the best among linear, lasso, decisionTree algorithms. Later, randomforestRegressor was used to increase the accuracy.

Deployment

Streamlit offers a great platform to host webapps easily.

REFERENCES

Releases

No releases published

Packages

No packages published

Languages