File size: 392 Bytes
70ec17f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "model_type": "neural_forecasters",
  "models": [
    "lstm",
    "transformer"
  ],
  "framework": "tensorflow",
  "task": "time-series-forecasting",
  "dataset": "financial_ohlcv",
  "metrics": {
    "lstm": {
      "rmse": 1.89,
      "mae": 1.45,
      "mape": 1.42
    },
    "transformer": {
      "rmse": 1.76,
      "mae": 1.38,
      "mape": 1.35
    }
  }
}