X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/66b4627c14e9f89a2e5ab73bbf48819f8f3a1455..f04d85cc8028a2721d7d5e8ec866ff8022797bb5:/config/learn.cfg diff --git a/config/learn.cfg b/config/learn.cfg index bbd3557..f6b2e43 100644 --- a/config/learn.cfg +++ b/config/learn.cfg @@ -10,10 +10,14 @@ 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 + + +[TARGET] +config = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'