Chia Woon Yap commited on
Upload 4 files
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
base_hdb_resale_prices_2015Jan-2025Jun_processed.csv filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
base_hdb_resale_prices_2015Jan-2025Jun.csv filter=lfs diff=lfs merge=lfs -text
|
base_hdb_resale_prices_2015Jan-2025Jun.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5cf5a755eaa6ad641351693930ee2e2f5d7cb0a1651a42244a08a6d882ef48e
|
| 3 |
+
size 25122622
|
base_hdb_resale_prices_2015Jan-2025Jun_processed.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27f61242543de7d156ed192766cd8993974ba4bbe6a694c2bb74048caf69662a
|
| 3 |
+
size 22701396
|
best_model_xgboost.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69389b06ebf7d91802e0ac5da243f3ff93dd673ce1b52a492d0fe33cbab7ffb7
|
| 3 |
+
size 1411023
|
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
pandas>=1.5.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
joblib>=1.2.0
|
| 6 |
+
plotly>=5.13.0
|
| 7 |
+
huggingface-hub>=0.17.0
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Optional: For Hugging Face Hub integration (if needed)
|
| 11 |
+
# huggingface-hub==0.17.3
|
| 12 |
+
|
| 13 |
+
# Optional: For scikit-learn models (if your joblib files contain sklearn models)
|
| 14 |
+
# scikit-learn==1.3.0
|
| 15 |
+
|
| 16 |
+
# Optional: For XGBoost models (if your joblib files contain xgboost models)
|
| 17 |
+
xgboost==1.7.6
|
| 18 |
+
|