This project aims to predict house prices using machine learning techniques. The primary focus is on developing a model to accurately predict house prices based on given features.
The project is organized as follows:
|- house_price_prediction
|- data
|- notebooks
|- src
|- README.md
|- requirements.txt
notebooks
: Contains Jupyter notebooks, including the mainprices.ipynb
notebook.requirements.txt
: Lists project dependencies.
-
Clone this repository:
git clone https://github.com/your-username/house_price_prediction.git
-
Navigate to the project directory:
cd house_price_prediction
-
Set up a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
.\venv\Scripts\activate # On Windows
-
Install project dependencies:
pip install -r requirements.txt
-
Run the Jupyter notebook:
jupyter notebook notebooks/prices.ipynb
- Main Jupyter notebook for exploring, analyzing, and predicting house prices.
Feel free to contribute to the project by opening issues, suggesting improvements, or submitting pull requests.