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

Private GIT Repository
Refactoring, fin du lever/coucher de soleil, et début de sentinelles
[predictops.git] / config / learn.cfg
index aef0edd22f22e03a84ea12dacf04f4bcf3db6322..9081652d64e234726d3362fd36179efd124cdb22 100644 (file)
@@ -1,7 +1,17 @@
 [DATETIME]
-start    = 01/01/2006 00:00:00
+start    = 01/01/2016 00:00:00
 end      = 12/31/2019 23:00:00
-hourStep = 1
+hourStep = 3
+
+
+[HISTORY_KNOWLEDGE]
+nb_lines = 24//3*7*4
+
+
+[TARGET]
+config      = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
+cumulative  = True
+horizon     = 3
 
 
 [FEATURES]
@@ -9,6 +19,7 @@ ephemeris   = True
 holidays    = True
 meteofrance = True
 ramadan     = True
+sentinelles = True
 
 
 [FEATURE_CONFIG]
@@ -16,6 +27,7 @@ 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'
+sentinelles = (Path.cwd() / 'config') / 'features' / 'feature_sentinelles.cfg'
 
 
 [PREPROCESSING]
@@ -23,14 +35,5 @@ fill_method = linear
 order       = 3
 
 
-[HISTORY_KNOWLEDGE]
-nb_lines = 24*7*4
-
-
-[TARGET]
-config      = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
-cumulative  = True
-horizon     = 0
-
 [LEARNER]
 config =  (Path.cwd() / 'config') / 'learners' / 'lightgbm.cfg'
\ No newline at end of file