├── Dockerfile ├── README.md ├── app.py ├── model.bst ├── postal_data.json ├── requirements.txt └── scaler.joblib /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/app.py -------------------------------------------------------------------------------- /model.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/model.bst -------------------------------------------------------------------------------- /postal_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/postal_data.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/requirements.txt -------------------------------------------------------------------------------- /scaler.joblib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seehiong/hdb-price-predictor/HEAD/scaler.joblib --------------------------------------------------------------------------------