Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- .gitkeep +0 -0
- cluster_map.json +5 -0
- cluster_model.pkl +0 -0
- cluster_scaler.pkl +0 -0
- global_model.pkl +3 -0
- last_retrain.txt +1 -0
- model_registry.json +21 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_model.pkl filter=lfs diff=lfs merge=lfs -text
|
.gitkeep
ADDED
|
File without changes
|
cluster_map.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": [
|
| 3 |
+
"Mumbai"
|
| 4 |
+
]
|
| 5 |
+
}
|
cluster_model.pkl
ADDED
|
Binary file (763 Bytes). View file
|
|
|
cluster_scaler.pkl
ADDED
|
Binary file (679 Bytes). View file
|
|
|
global_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9ba8ecc223721f1259e06cb1f5151d5bf3437b78f0d76df0047b72fee63bfd9
|
| 3 |
+
size 503993
|
last_retrain.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2026-04-18T02:02:20.879564
|
model_registry.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"global_model": {
|
| 3 |
+
"trained_at": "2026-04-18T03:31:04.693448",
|
| 4 |
+
"mae": 779.9154,
|
| 5 |
+
"rows_used": 1000,
|
| 6 |
+
"features": [
|
| 7 |
+
"restaurant_id",
|
| 8 |
+
"item_name",
|
| 9 |
+
"cuisine_type",
|
| 10 |
+
"day_of_week",
|
| 11 |
+
"day_of_year",
|
| 12 |
+
"month",
|
| 13 |
+
"year",
|
| 14 |
+
"is_holiday",
|
| 15 |
+
"latitude",
|
| 16 |
+
"longitude",
|
| 17 |
+
"avg_daily_quantity"
|
| 18 |
+
],
|
| 19 |
+
"algorithms": "HistGradientBoostingRegressor"
|
| 20 |
+
}
|
| 21 |
+
}
|