|
DayF core
1.2.1.2
DayF (Decision at your Fingertips) is an AutoML freeware development framework that let developers works with Machine Learning models without any idea of AI, simply taking a csv dataset and the objective column
|
Class Getting the config file place on default location and load all parameters on an internal variables named self._config on OrderedDict() format. More...


Public Member Functions | |
| def | __init__ (self, user_id='PoC_gDayF') |
| Constructor. | |
| def | get_config (self) |
| Returns OrderedDict with all system configuration. More... | |
| def | get_configfile (self) |
| Returns configfile path. More... | |
Class Getting the config file place on default location and load all parameters on an internal variables named self._config on OrderedDict() format.
Definition at line 22 of file loadconfig.py.
| def gdayf.conf.loadconfig.LoadConfig.get_config | ( | self | ) |
Returns OrderedDict with all system configuration.
| self | object pointer |
Definition at line 55 of file loadconfig.py.
| def gdayf.conf.loadconfig.LoadConfig.get_configfile | ( | self | ) |
Returns configfile path.
| self | object pointer |
Definition at line 61 of file loadconfig.py.
1.8.13