]> AND Private Git Repository - predictops.git/blobdiff - 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
index 29bd628119eb2aad019dab9847538df1a8e30fef..82c67ddf5cc81797dc8edcb5ffe1178966565387 100644 (file)
@@ -1,17 +1,19 @@
 [DATETIME]
-start    = 01/01/2010 01:00:00
-end      = 12/31/2017 23:00:00
-hourStep = 5
+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]