Initialize Microplex artifact repo card
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Microplex US Deployed Datasets
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- policyengine
|
| 6 |
+
- microplex
|
| 7 |
+
- h5
|
| 8 |
+
- synthetic-data
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Microplex US Deployed Datasets
|
| 12 |
+
|
| 13 |
+
Stable deployed PolicyEngine-US H5 artifacts produced by Microplex-US.
|
| 14 |
+
|
| 15 |
+
## Layout
|
| 16 |
+
|
| 17 |
+
- `staging/<run_id>/policyengine_us.h5`
|
| 18 |
+
- `staging/<run_id>/manifest.json`
|
| 19 |
+
- `policyengine_us.h5`
|
| 20 |
+
- `manifest.json`
|
| 21 |
+
|
| 22 |
+
The `staging/<run_id>/...` paths are immutable once published. The root `policyengine_us.h5` and `manifest.json` point to the promoted current dataset.
|