Spaces:
Sleeping
Sleeping
fix: include model artifacts for hugging face space
Browse files- .gitattributes +1 -0
- .gitignore +1 -1
- README.md +2 -0
- models/model_metadata.json +6 -0
- models/rossmann_model.json +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
models/rossmann_model.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -8,5 +8,5 @@ data/output/
|
|
| 8 |
docs/interview_cases.md
|
| 9 |
docs/code_review.md
|
| 10 |
.pytest_cache/
|
| 11 |
-
|
| 12 |
reports/metrics/
|
|
|
|
| 8 |
docs/interview_cases.md
|
| 9 |
docs/code_review.md
|
| 10 |
.pytest_cache/
|
| 11 |
+
mlruns/
|
| 12 |
reports/metrics/
|
README.md
CHANGED
|
@@ -12,6 +12,8 @@ pinned: false
|
|
| 12 |
|
| 13 |
This project predicts daily Rossmann store sales from tabular retail data. It is a small end-to-end forecasting and MLOps learning project built around one training pipeline, one evaluation script, local experiment tracking, and one simple FastAPI endpoint with a browser page for manual testing.
|
| 14 |
|
|
|
|
|
|
|
| 15 |
## What The Project Does
|
| 16 |
|
| 17 |
- merges historical sales with store metadata
|
|
|
|
| 12 |
|
| 13 |
This project predicts daily Rossmann store sales from tabular retail data. It is a small end-to-end forecasting and MLOps learning project built around one training pipeline, one evaluation script, local experiment tracking, and one simple FastAPI endpoint with a browser page for manual testing.
|
| 14 |
|
| 15 |
+
Live demo: [Hugging Face Space](https://huggingface.co/spaces/ymlin105/Rossmann-Store-Sales)
|
| 16 |
+
|
| 17 |
## What The Project Does
|
| 18 |
|
| 19 |
- merges historical sales with store metadata
|
models/model_metadata.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_version": "20260401T181225Z-3cbd48c",
|
| 3 |
+
"created_at_utc": "20260401T181225Z",
|
| 4 |
+
"git_short_hash": "3cbd48c",
|
| 5 |
+
"model_path": "/Users/ymlin/Downloads/003-Study/137-Projects/07-Rossmann-Store-Sales/models/rossmann_model.json"
|
| 6 |
+
}
|
models/rossmann_model.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a82339af67c15f7241b2c798c2daa99ec64c55debfe27d1bee776de8b1858b1a
|
| 3 |
+
size 46629037
|