[DATETIME]
-start = 01/01/2010 01:00:00
-end = 12/31/2010 23:00:00
-hourStep = 6
+start = 01/01/2016 00:00:00
+end = 12/31/2018 23:00:00
+hourStep = 3
[FEATURES]
meteofrance = True
ephemeris = True
+holidays = True
[FEATURE_CONFIG]
meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
ephemeris = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
+holidays = (Path.cwd() / 'config') / 'features' / 'feature_holidays.cfg'
[PREPROCESSING]
[TARGET]
config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
+
+
+[LEARNER]
+config = (Path.cwd() / 'config') / 'learners' / 'xgboost.cfg'
\ No newline at end of file