]> AND Private Git Repository - predictops.git/blobdiff - config/learn.cfg
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add Belfort and Montbeliard dataset
[predictops.git] / config / learn.cfg
index bbd35575f92234503d6d9370bd4fbd6602cfe90d..29bd628119eb2aad019dab9847538df1a8e30fef 100644 (file)
@@ -1,7 +1,7 @@
 [DATETIME]
 start    = 01/01/2010 01:00:00
 [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]
 
 
 [FEATURES]
@@ -10,10 +10,22 @@ ephemeris   = True
 
 
 [FEATURE_CONFIG]
 
 
 [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
 
 
 [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