Skip to content

Comprises and analyses rental information for private residential properties with rental contracts submitted to IRAS for Stamp Duty assessment within the last 60 months πŸ˜οΈπŸ› οΈπŸš§

License

korkridake/URA-SG-DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

URA Data Science: Visualizing Property Trends in Singapore

Analyse and Visualize Home Buying and Home Rental for Different Areas in SG πŸ‡ΈπŸ‡¬

Tools used in this project

Project structure

.
β”œβ”€β”€ data            
β”‚   β”œβ”€β”€ final                       # data after training the model
β”‚   β”œβ”€β”€ processed                   # data after processing
β”‚   β”œβ”€β”€ raw                         # raw data
β”œβ”€β”€ docs                            # documentation for your project
β”œβ”€β”€ .flake8                         # configuration for flake8 - a Python formatter tool
β”œβ”€β”€ .gitignore                      # ignore files that cannot commit to Git
β”œβ”€β”€ Makefile                        # store useful commands to set up the environment
β”œβ”€β”€ models                          # store models
β”œβ”€β”€ notebooks                       # store notebooks
β”œβ”€β”€ .pre-commit-config.yaml         # configurations for pre-commit
β”œβ”€β”€ pyproject.toml                  # dependencies for poetry
β”œβ”€β”€ README.md                       # describe your project
β”œβ”€β”€ src                             # store source code
β”‚   β”œβ”€β”€ __init__.py                 # make src a Python module
β”‚   β”œβ”€β”€ config.py                   # store configs 
β”‚   β”œβ”€β”€ process.py                  # process data before training model
β”‚   β”œβ”€β”€ run_notebook.py             # run notebook
β”‚   └── train_model.py              # train model
└── tests                           # store tests
    β”œβ”€β”€ __init__.py                 # make tests a Python module 
    β”œβ”€β”€ test_process.py             # test functions for process.py
    └── test_train_model.py         # test functions for train_model.py

Resources

About

Comprises and analyses rental information for private residential properties with rental contracts submitted to IRAS for Stamp Duty assessment within the last 60 months πŸ˜οΈπŸ› οΈπŸš§

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published