Last active
August 12, 2022 06:07
-
-
Save dormeir999/cc82e51c8a51e30585416247e2376dd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"instances": [ | |
{ | |
"start": "2011-11-01 00:00:00", | |
"target": [5.0, 9.0, "NaN", 100.0, 113.0], | |
"cat": [0, 1], | |
"dynamic_feat": [[1.0, 1.1, 2.1, 0.5, 3.1, 4.1, 1.2, 5.0]] | |
}, | |
{ | |
"start": "2022-01-30", | |
"target": [1.0], | |
"cat": [2, 1], | |
"dynamic_feat": [[2.0, 3.1, 4.5, 1.5, 1.8, 3.2, 0.1, 3.0]] | |
}, | |
], | |
"configuration": { | |
"num_samples": 60, | |
"output_types": ["mean", "quantiles", "samples"], | |
"quantiles": ["0.5", "0.9"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment