Datasets:
Fix seed list in prov:wasDerivedFrom description
Browse files- croissant.json +1 -1
croissant.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
| 77 |
{
|
| 78 |
"@type": "prov:Entity",
|
| 79 |
"prov:label": "NumPy random seed (default: 42)",
|
| 80 |
-
"description": "BillSim is fully synthetic and has no real-world parent dataset. The 'derived-from' entity for synthetic data is the random seed plus the parameterized statistical distributions defined in billsim/config.py. The default release uses NumPy random seed 42 with injection_rate 0.05; the full benchmark protocol sweeps 10 seeds (42, 123, 456, 789, 1024, 2048,
|
| 81 |
}
|
| 82 |
],
|
| 83 |
"prov:wasGeneratedBy": [
|
|
|
|
| 77 |
{
|
| 78 |
"@type": "prov:Entity",
|
| 79 |
"prov:label": "NumPy random seed (default: 42)",
|
| 80 |
+
"description": "BillSim is fully synthetic and has no real-world parent dataset. The 'derived-from' entity for synthetic data is the random seed plus the parameterized statistical distributions defined in billsim/config.py. The default release uses NumPy random seed 42 with injection_rate 0.05; the full benchmark protocol sweeps 10 seeds (42, 123, 456, 789, 1024, 2048, 3072, 4096, 5120, 6144) and 4 rates (0.01, 0.03, 0.05, 0.10). Distributions: Pareto (revenue), log-normal (usage volumes), Poisson (arrivals), uniform (pricing). No real-world data was sampled, scraped, purchased, or inherited."
|
| 81 |
}
|
| 82 |
],
|
| 83 |
"prov:wasGeneratedBy": [
|