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

Private GIT Repository
Refactoring, fin du lever/coucher de soleil, et début de sentinelles
[predictops.git] / config / learn.cfg
1 [DATETIME]
2 start    = 01/01/2016 00:00:00
3 end      = 12/31/2019 23:00:00
4 hourStep = 3
5
6
7 [HISTORY_KNOWLEDGE]
8 nb_lines = 24//3*7*4
9
10
11 [TARGET]
12 config      = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
13 cumulative  = True
14 horizon     = 3
15
16
17 [FEATURES]
18 ephemeris   = True
19 holidays    = True
20 meteofrance = True
21 ramadan     = True
22 sentinelles = True
23
24
25 [FEATURE_CONFIG]
26 ephemeris   = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
27 holidays    = (Path.cwd() / 'config') / 'features' / 'feature_holidays.cfg'
28 meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
29 ramadan     = (Path.cwd() / 'config') / 'features' / 'feature_ramadan.cfg'
30 sentinelles = (Path.cwd() / 'config') / 'features' / 'feature_sentinelles.cfg'
31
32
33 [PREPROCESSING]
34 fill_method = linear
35 order       = 3
36
37
38 [LEARNER]
39 config =  (Path.cwd() / 'config') / 'learners' / 'lightgbm.cfg'