X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/288baa6ff06c1b815ec24d164770acc93ac80499..90e69cb2125d4bae76a27b9c38defb4f70bf2ca6:/config/learn.cfg diff --git a/config/learn.cfg b/config/learn.cfg index 53c62de..aef0edd 100644 --- a/config/learn.cfg +++ b/config/learn.cfg @@ -1,31 +1,36 @@ [DATETIME] start = 01/01/2006 00:00:00 -end = 12/31/2017 23:00:00 +end = 12/31/2019 23:00:00 hourStep = 1 [FEATURES] -meteofrance = True ephemeris = True +holidays = True +meteofrance = True +ramadan = 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' +meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg' +ramadan = (Path.cwd() / 'config') / 'features' / 'feature_ramadan.cfg' [PREPROCESSING] -fill_method = spline +fill_method = linear order = 3 [HISTORY_KNOWLEDGE] -nb_lines = 5 +nb_lines = 24*7*4 [TARGET] -config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg' - +config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg' +cumulative = True +horizon = 0 [LEARNER] -config = (Path.cwd() / 'config') / 'learners' / 'xgboost.cfg' \ No newline at end of file +config = (Path.cwd() / 'config') / 'learners' / 'lightgbm.cfg' \ No newline at end of file