Skip to content

chen-bowen/Beijing_House_Price_Predictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

76 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

price_prediction_model

End to end lightGBM regression model to predict house prices in Beijing

Project Organization

β”‚
β”œβ”€β”€ data/               <- The original, immutable data dump. 
β”‚
β”œβ”€β”€ figures/            <- Figures saved by scripts or notebooks.
β”‚
β”œβ”€β”€ notebooks/          <- Jupyter notebooks. Naming convention is a short `-` delimited 
β”‚                         description, a number (for ordering), and the creator's initials,
β”‚                        e.g. `initial-data-exploration-01-hg`.
β”‚
β”œβ”€β”€ output/             <- Manipulated data, logs, etc.
β”‚
β”œβ”€β”€ tests/              <- Unit tests.
β”‚
β”œβ”€β”€ price_prediction_model/      <- Python module with source code of this project.
β”‚
β”œβ”€β”€ environment.yml     <- conda virtual environment definition file.
β”‚
β”œβ”€β”€ LICENSE
β”‚
β”œβ”€β”€ Makefile            <- Makefile with commands like `make environment`
β”‚
β”œβ”€β”€ README.md           <- The top-level README for developers using this project.
β”‚
└── tox.ini             <- tox file with settings for running tox; see tox.testrun.org

Project based on the cookiecutter data science project template.

Set up

Install the virtual environment with conda and activate it:

$ conda env create -f environment.yml
$ conda activate example-project 

Install price_prediction_model in the virtual environment:

$ pip install --editable .

About

End-to-end machine learning model endpoint to predict housing prices in Beijing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published