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

Private GIT Repository
Refactoring, and categorical / numerical / mixed NaN values are now
[predictops.git] / config / learn.cfg
1 [DATETIME]
2 start    = 01/01/2010 01:00:00
3 end      = 12/31/2010 23:00:00
4 hourStep = 6
5
6
7 [FEATURES]
8 meteofrance = True
9 ephemeris   = True
10
11
12 [FEATURE_CONFIG]
13 meteofrance = (Path.cwd() / 'config') / 'features' / 'feature_meteo.cfg'
14 ephemeris   = (Path.cwd() / 'config') / 'features' / 'feature_ephemeris.cfg'
15
16
17 [PREPROCESSING]
18 fill_method = spline
19 order       = 3