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

Private GIT Repository
Refactoring, and categorical / numerical / mixed NaN values are now
[predictops.git] / config / features / feature_ephemeris.cfg
1 [FEATURES]
2 hour       = True
3 dayInWeek  = True
4 dayInMonth = True
5 dayInYear  = True
6 weekInYear = True
7 month      = True
8 year       = True
9
10 [hour]
11 numerical  = False
12
13 [dayInWeek]
14 numerical  = False
15
16 [dayInYear]
17 numerical  = False
18
19 [weekInYear]
20 numerical  = False
21
22 [month]
23 numerical  = True
24
25 [year]
26 numerical  = True