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

Private GIT Repository
lightgbm is now working
[predictops.git] / config / learn.cfg
index 73379cf605405d0a8bccf95089daf343064ad5ee..aef0edd22f22e03a84ea12dacf04f4bcf3db6322 100644 (file)
@@ -1,7 +1,7 @@
 [DATETIME]
 start    = 01/01/2006 00:00:00
 end      = 12/31/2019 23:00:00
-hourStep = 3
+hourStep = 1
 
 
 [FEATURES]
@@ -24,13 +24,13 @@ order       = 3
 
 
 [HISTORY_KNOWLEDGE]
-nb_lines = 24//3*7*4
+nb_lines = 24*7*4
 
 
 [TARGET]
 config      = (Path.cwd() / 'config') / 'targets' / 'sdis25.cfg'
 cumulative  = True
-horizon     = 1
+horizon     = 0
 
 [LEARNER]
-config =  (Path.cwd() / 'config') / 'learners' / 'xgboost.cfg'
\ No newline at end of file
+config =  (Path.cwd() / 'config') / 'learners' / 'lightgbm.cfg'
\ No newline at end of file