Skip to content

07tAnYa/house_price_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Price Prediction Project

Overview

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.

Project Structure

The project is organized as follows:

|- house_price_prediction
    |- data
    |- notebooks
    |- src
    |- README.md
    |- requirements.txt
  • notebooks: Contains Jupyter notebooks, including the main prices.ipynb notebook.
  • requirements.txt: Lists project dependencies.

Getting Started

  1. Clone this repository:

    git clone https://github.com/your-username/house_price_prediction.git
  2. Navigate to the project directory:

    cd house_price_prediction
  3. Set up a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    .\venv\Scripts\activate  # On Windows
  5. Install project dependencies:

    pip install -r requirements.txt
  6. Run the Jupyter notebook:

    jupyter notebook notebooks/prices.ipynb

Project Components

notebooks/prices.ipynb

  • Main Jupyter notebook for exploring, analyzing, and predicting house prices.

Contributing

Feel free to contribute to the project by opening issues, suggesting improvements, or submitting pull requests.

Screenshot 2023-12-02 104530 Screenshot 2023-12-02 104942 Screenshot 2023-12-02 104640 Screenshot 2023-12-02 104627 Screenshot 2023-12-02 104550

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published