/hdb_resale_prediction

HDB resale price prediction

Primary LanguageJupyter Notebook

HDB Resale Price Prediction

For CS5228 Project

This repo structure is as follows (Feel free to edit as necessary):

├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-slai-initial-data-exploration`.