File size: 1,606 Bytes
b40f160 dd3d765 b40f160 7cbe428 b40f160 7cbe428 b40f160 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | {
"@context": {
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/"
},
"@type": "Dataset",
"name": "dot-Continuous-v1",
"version": "1.0.0",
"description": "dot-Continuous-v1 (continuous generator).",
"license": "https://spdx.org/licenses/CC-BY-4.0.html",
"citation": "DoTime: synthetic interventional/counterfactual time-series suites.",
"cr:schemaVersion": "1",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "shard-0000.parquet",
"contentSize": null,
"md5": "872b04c4d8cbe4fce9b34075d29aa8a2",
"encodingFormat": "application/vnd.apache.parquet"
},
{
"@type": "cr:FileObject",
"@id": "shard-0001.parquet",
"contentSize": null,
"md5": "3720069bb042e57e7bca659841e23718",
"encodingFormat": "application/vnd.apache.parquet"
}
],
"cr:recordSet": {
"@type": "cr:RecordSet",
"field": [
{
"@id": "x_obs",
"dataType": "cr:Float",
"description": "Observational trajectory (T*N row-major)."
},
{
"@id": "x_int",
"dataType": "cr:Float",
"description": "Interventional trajectory (T*N row-major)."
},
{
"@id": "y_true",
"dataType": "cr:Float",
"description": "Exact interventional outcome at the query."
},
{
"@id": "structure",
"dataType": "cr:Text",
"description": "Identification structure label."
},
{
"@id": "tier",
"dataType": "cr:Integer",
"description": "Difficulty tier."
}
]
}
} |