X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/66b4627c14e9f89a2e5ab73bbf48819f8f3a1455..ef7617a10d088cccaa6acd8b45a0db76bd8fb61e:/config/learn.cfg?ds=sidebyside diff --git a/config/learn.cfg b/config/learn.cfg index bbd3557..29bd628 100644 --- a/config/learn.cfg +++ b/config/learn.cfg @@ -1,7 +1,7 @@ [DATETIME] start = 01/01/2010 01:00:00 -end = 12/31/2010 23:00:00 -hourStep = 6 +end = 12/31/2017 23:00:00 +hourStep = 5 [FEATURES] @@ -10,10 +10,22 @@ ephemeris = True [FEATURE_CONFIG] -meteofrance = (Path.cwd() / 'config') / 'feature_meteo.cfg' -ephemeris = (Path.cwd() / 'config') / 'feature_ephemeris.cfg' +meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg' +ephemeris = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg' [PREPROCESSING] fill_method = spline -order = 3 \ No newline at end of file +order = 3 + + +[HISTORY_KNOWLEDGE] +nb_lines = 5 + + +[TARGET] +config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg' + + +[LEARNER] +config = (Path.cwd() / 'config') / 'learners' / 'xgboost.cfg' \ No newline at end of file