Abstract: EDA and ML/DL regression to predict house prices based on Singapore HDB Flat Resale Data 1990~2024
The Jupyter Notebook file contrains following content:
- Data loading: Singapore HDB flat resale price info (.csv files are too large to uploade, see more details at: https://www.kaggle.com/datasets/teyang/singapore-hdb-flat-resale-prices-19902020/data)
- Data cleaning
- Explotory Data Analysis (EDA)
- Merging 'flat's uitilitu' data to obtain more information
- Data Preparation (for regression)
- Regression:
- Multiple Linear Regression
- Stochastic Gradient Descent
- Random Forest
- Gradient Boosting & XGBoosting
- Neural Network
- Models Evaluation and Conclusion
demo:
...