kuchaale / X-regression

Multiple linear regression from Statsmodels library coupled with Xarray library
GNU General Public License v3.0
12 stars 3 forks source link

Configuration structure of inputs #2

Open kuchaale opened 7 years ago

kuchaale commented 7 years ago

Try to establish more robust configuration structure of inputs, especially for configuration of regressors.

Fortran namelist files or ConfigParser may be a good way to go.

Sources for inspiration GARD MPAS-Analysis Yaml#1 Yaml#2 Yaml#3

kuchaale commented 7 years ago

It may be convenient to have 2 config files: one for general configuration of the regression and second one to configure regressors.