Add experiments.md
Browse files- experiments.md +22 -0
experiments.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Experiments Tracking
|
| 2 |
+
|
| 3 |
+
## Pilot Synthetic (Poisson-Gamma)
|
| 4 |
+
- **Status**: Completed
|
| 5 |
+
- **Records**: 360 (first run, bounded_degree only) + more from full pilot
|
| 6 |
+
- **Grid**: 3 graph types × 3 degree levels × 3 count scales × 2 prior strengths × 2 K values = 108 configs
|
| 7 |
+
- **Deletions per config**: 20
|
| 8 |
+
- **Config**: config/synthetic_grid.yaml, mode=pilot
|
| 9 |
+
|
| 10 |
+
## Model Family Ablation
|
| 11 |
+
- **Status**: Running
|
| 12 |
+
- **Grid**: 3 model families × 3 graph types × 2 degree levels × varying noise/prior × 2 K values
|
| 13 |
+
- **Max configs**: 24 (subset for tractability)
|
| 14 |
+
- **Deletions per config**: 30
|
| 15 |
+
- **Config**: config/synthetic_grid.yaml, mode=model_family
|
| 16 |
+
|
| 17 |
+
## Real-Data Experiments
|
| 18 |
+
- **Status**: Pending
|
| 19 |
+
- **Datasets**: Last.fm (user-artist counts), MovieLens (rating counts, binary)
|
| 20 |
+
- **K values**: [5, 10]
|
| 21 |
+
- **Deletions**: 50 per dataset-K combination
|
| 22 |
+
- **Config**: config/real_data.yaml
|