TimeSeriesData / dataset_info.json
zysoong's picture
1
2672687
Raw
History Blame Contribute Delete
691 Bytes
{
"config_name": "ett",
"features": [
{
"name": "date",
"dtype": "string"
},
{
"name": "HUFL",
"dtype": "float32"
},
{
"name": "HULL",
"dtype": "float32"
},
{
"name": "MUFL",
"dtype": "float32"
},
{
"name": "MULL",
"dtype": "float32"
},
{
"name": "LUFL",
"dtype": "float32"
},
{
"name": "LULL",
"dtype": "float32"
},
{
"name": "OT",
"dtype": "float32"
}
],
"description": {
"metadata": {
"frequency": "15min",
"timestamp_length": 10000,
"prediction_length": 96,
"lookback_length": 96
}
}
}