rishini commited on
Commit
59668ea
·
verified ·
1 Parent(s): a66b958

Upload arima model with evaluation metrics

Browse files
Files changed (2) hide show
  1. model.pkl +2 -2
  2. model_config.json +19 -33
model.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a186737a57e95e4769377efca1d3859683eff2a2cde59ff52c88028fc88f188
3
- size 6870504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35dc02095bc79aadf79b8ccce25c126dcf200edc35a20ce4a0bf8c570583bba9
3
+ size 6619306
model_config.json CHANGED
@@ -1,36 +1,22 @@
1
  {
2
- "model_name": "ARIMA",
3
- "hyperparameters": {
4
- "order": [
5
- 3,
6
- 1,
7
- 1
8
- ],
9
- "trend": "t",
10
- "stationary": false
11
- },
12
- "training_data": {
13
- "train_days": 1913,
14
- "test_days": 28,
15
- "train_start": "2011-01-29 00:00:00",
16
- "train_end": "2016-04-24 00:00:00",
17
- "stationarity_test": "ADF",
18
- "adf_statistic": -1.5653733253318483,
19
- "adf_pvalue": 0.5009604361797737
20
- },
21
  "metrics": {
22
- "rmse": 6459.701299981527,
23
- "mae": 4852.6228457663765,
24
- "mape": 10.475306061903403,
25
- "method": "ARIMA",
26
- "order": [
27
- 3,
28
- 1,
29
- 1
30
- ],
31
- "d_value": 1,
32
- "train_days": 1913,
33
- "test_days": 28,
34
- "adf_pvalue": 0.5009604361797737
35
- }
36
  }
 
1
  {
2
+ "model": "ARIMA",
3
+ "order": [
4
+ 2,
5
+ 1,
6
+ 2
7
+ ],
8
+ "d_value": 1,
9
+ "adf_pvalue": 0.48920532220127466,
10
+ "test_order": [
11
+ 2,
12
+ 1,
13
+ 1
14
+ ],
 
 
 
 
 
 
15
  "metrics": {
16
+ "name": "ARIMA",
17
+ "rmse": 6558.0098488097265,
18
+ "mae": 5298.588749100937,
19
+ "mape": 12.038072720026841
20
+ },
21
+ "aic": 37119.59765269647
 
 
 
 
 
 
 
 
22
  }