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

Private GIT Repository
Reducing the computation time and adding holidays features
[predictops.git] / config / learn.cfg
1 [DATETIME]
2 start    = 01/01/2016 00:00:00
3 end      = 12/31/2018 23:00:00
4 hourStep = 3
5
6
7 [FEATURES]
8 meteofrance = True
9 ephemeris   = True
10 holidays    = True
11
12
13 [FEATURE_CONFIG]
14 meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
15 ephemeris   = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
16 holidays    = (Path.cwd() / 'config') / 'features' / 'feature_holidays.cfg'
17
18
19 [PREPROCESSING]
20 fill_method = spline
21 order       = 3
22
23
24 [HISTORY_KNOWLEDGE]
25 nb_lines = 5
26
27
28 [TARGET]
29 config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
30
31
32 [LEARNER]
33 config =  (Path.cwd() / 'config') / 'learners' / 'xgboost.cfg'