File size: 406 Bytes
9ddee9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'''
'ceif_plus' : 2023 Sep. currently the model is under review, so not recommended to use this mode - by idsc
'''

active_models = {
    'intermittent':
        [
            'prophet_plus',
            'ceif_plus'
        ],
    'continuous':
        [
            'fft_plus',
            'holt_winters_plus',
            'auto_arima_plus',
            'prophet',
            'prophet_plus',
        ]
}