Upload 3 files
Browse files- .gitattributes +1 -0
- DataCo_assignment_2(final edition).ipynb +0 -0
- README.md +18 -2
- dataco-supply-chain-model.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ charts/part5_gb_importance.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
charts/q2_order_volume.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
charts/q4_discount_profit.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
q3_world_map.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
charts/q2_order_volume.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
charts/q4_discount_profit.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
q3_world_map.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
dataco-supply-chain-model.mp4 filter=lfs diff=lfs merge=lfs -text
|
DataCo_assignment_2(final edition).ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
CHANGED
|
@@ -9,7 +9,9 @@
|
|
| 9 |
|
| 10 |
## 🎥 Presentation
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
|
| 14 |
---
|
| 15 |
|
|
@@ -77,7 +79,7 @@ Upload notebook + models + dataset + README to HuggingFace
|
|
| 77 |
|
| 78 |
| File | Description |
|
| 79 |
|------|-------------|
|
| 80 |
-
| `
|
| 81 |
| `regression_model.pkl` | Winning regression model (Random Forest) |
|
| 82 |
| `classification_model.pkl` | Winning classification model (Logistic Regression) |
|
| 83 |
| `DataCoSupplyChainDataset.csv` | Full dataset, load directly in the notebook |
|
|
@@ -352,4 +354,18 @@ scipy>=1.7
|
|
| 352 |
|
| 353 |
---
|
| 354 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 355 |
*Assignment 2, Intro to Data Science, May 2026*
|
|
|
|
| 9 |
|
| 10 |
## 🎥 Presentation
|
| 11 |
|
| 12 |
+
<video controls width="720">
|
| 13 |
+
<source src="https://huggingface.co/idoyaaran/dataco-supply-chain-model/resolve/main/dataco-supply-chain-model.mp4" type="video/mp4">
|
| 14 |
+
</video>
|
| 15 |
|
| 16 |
---
|
| 17 |
|
|
|
|
| 79 |
|
| 80 |
| File | Description |
|
| 81 |
|------|-------------|
|
| 82 |
+
| `DataCo_assignment_2(final edition).ipynb` | Full notebook with all parts and outputs |
|
| 83 |
| `regression_model.pkl` | Winning regression model (Random Forest) |
|
| 84 |
| `classification_model.pkl` | Winning classification model (Logistic Regression) |
|
| 85 |
| `DataCoSupplyChainDataset.csv` | Full dataset, load directly in the notebook |
|
|
|
|
| 354 |
|
| 355 |
---
|
| 356 |
|
| 357 |
+
## ✅ Submission Checklist
|
| 358 |
+
|
| 359 |
+
Submit to Moodle only one link: the link to this HuggingFace Model Repository.
|
| 360 |
+
|
| 361 |
+
| Item | Status |
|
| 362 |
+
|------|--------|
|
| 363 |
+
| `README.md` | ✅ |
|
| 364 |
+
| Python Notebook (`.ipynb`) | ✅ |
|
| 365 |
+
| Regression model (`regression_model.pkl`) | ✅ |
|
| 366 |
+
| Classification model (`classification_model.pkl`) | ✅ |
|
| 367 |
+
| Video Presentation (`dataco-supply-chain-model.mp4`) | ✅ |
|
| 368 |
+
|
| 369 |
+
---
|
| 370 |
+
|
| 371 |
*Assignment 2, Intro to Data Science, May 2026*
|
dataco-supply-chain-model.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c1c4085fd8e31a48dac76d60fc46e00cc0fa7e734212b02cab1e52a72e0315d
|
| 3 |
+
size 19600737
|