X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/964c1b87a6996c828c150a2b06a827350a4c2b10..a2faba3f0797b7be72d0c8fa9cb9db67456136d6:/config/learn.cfg diff --git a/config/learn.cfg b/config/learn.cfg index 29bd628..82c67dd 100644 --- a/config/learn.cfg +++ b/config/learn.cfg @@ -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]