]> AND Private Git Repository - predictops.git/blob - config/learn.cfg
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
lightgbm is now working
[predictops.git] / config / learn.cfg
1 [DATETIME]
2 start    = 01/01/2006 00:00:00
3 end      = 12/31/2019 23:00:00
4 hourStep = 1
5
6
7 [FEATURES]
8 ephemeris   = True
9 holidays    = True
10 meteofrance = True
11 ramadan     = True
12
13
14 [FEATURE_CONFIG]
15 ephemeris   = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
16 holidays    = (Path.cwd() / 'config') / 'features' / 'feature_holidays.cfg'
17 meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
18 ramadan     = (Path.cwd() / 'config') / 'features' / 'feature_ramadan.cfg'
19
20
21 [PREPROCESSING]
22 fill_method = linear
23 order       = 3
24
25
26 [HISTORY_KNOWLEDGE]
27 nb_lines = 24*7*4
28
29
30 [TARGET]
31 config      = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
32 cumulative  = True
33 horizon     = 0
34
35 [LEARNER]
36 config =  (Path.cwd() / 'config') / 'learners' / 'lightgbm.cfg'