[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'