Skip to content

alexis-anzaldo/san-diego-home-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

san-diego-home-price-prediction

This project involved collecting data through web scrapping, cleaning and processing data, and training a regression model to predict the home price based on the apartment's neighborhood, square feet, and the number of beds and baths. Finally, the model was hosted on a web page.

Steps:

  • BeautifulSoup was used for web scrapping.
  • Data pre-processing includes data cleaning, handling missing values, and outlier detection (Python: pandas, numpy, matplotlib)
  • Lasso model was implemented through grid search with a score of 83.7%. (Python: scikit-learn)
  • The trained model was hosted through a Flask server for prediction (HTMML/CSS)

Final product: alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published