Skip to content

ismetcanbyk/ML-House-Price-Estimate-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-House-Price-Estimate-App

The project consists of three pages:

  1. Scraping:

    • Finds the number of pages to scrape
    • Scrapes data from website.
  2. Algorithm:

    • Cleaning the captured data.
    • Separation of prediction and test data.
    • Testing Random Forest Regressor, Linear, Ridge Regression, LASSO Regression, Elastic Net Regression, Decision Tree Regressor and Gradient Boosting Regressor models.
    • Extracting the selected model using joblib
  3. Streamlit:

    • Serving the selected model with streamlit

Screenshots