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

Private GIT Repository
lightgbm is now working
[predictops.git] / config / features / feature_ephemeris.cfg
index ddd9f8b506775c9f7ebd631085e35cf8ffe7865d..3ed31c76c6b3e5fa2124886b3adc5e0233d2841b 100644 (file)
@@ -1,26 +1,34 @@
-[FEATURES]
-hour       = True
-dayInWeek  = True
-dayInMonth = True
-dayInYear  = True
-weekInYear = True
-month      = True
-year       = True
-
 [hour]
 [hour]
-numerical  = False
+binary      = False
+categorical = True
+numerical   = False
 
 [dayInWeek]
 
 [dayInWeek]
-numerical  = False
+binary      = False
+categorical = True
+numerical   = False
+
+[dayInMonth]
+binary      = False
+categorical = True
+numerical   = False
 
 [dayInYear]
 
 [dayInYear]
-numerical  = False
+binary      = False
+categorical = True
+numerical   = False
 
 [weekInYear]
 
 [weekInYear]
-numerical  = False
+binary      = False
+categorical = True
+numerical   = False
 
 [month]
 
 [month]
-numerical  = True
+binary      = False
+categorical = False
+numerical   = True
 
 [year]
 
 [year]
-numerical  = True
\ No newline at end of file
+binary      = False
+categorical = False
+numerical   = True
\ No newline at end of file