Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.88 KB

Readme.md

File metadata and controls

39 lines (23 loc) · 1.88 KB

House Price Prediction Project

Open in Streamlit

https://share.streamlit.io/enesbol/streamlitrepo/main/HousePrice.py

Description

This project is a part of K136. Kodluyoruz & Istanbul Metropolitan Municipality Data Science Bootcamp.The model is trying to estimate the house prices related to users choices.

Data

The dataset is available at Kaggle.

Project's Steps:

⚪️ Data was downloaded from kaggle and readed.

⚪️ Data is cleaned and get ready for model.

⚪️ Data was trained with XGBoost Regression Model.

⚪️ UI design with Streamlit

⚪️ Deploy with Streamlit Cloud

Contributions