|
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 labels named self._config on OrderedDict() format. More...


Public Member Functions | |
| def | __init__ (self, lang='en') |
| Constructor. | |
| def | get_config (self) |
| Returns OrderedDict with all system labels. More... | |
| def | get_configfile (self) |
| Returns labelsfile path. More... | |
Class Getting the config file place on default location and load all labels named self._config on OrderedDict() format.
Definition at line 68 of file loadconfig.py.
| def gdayf.conf.loadconfig.LoadLabels.get_config | ( | self | ) |
Returns OrderedDict with all system labels.
| self | object pointer |
Definition at line 93 of file loadconfig.py.
| def gdayf.conf.loadconfig.LoadLabels.get_configfile | ( | self | ) |
Returns labelsfile path.
| self | object pointer |
Definition at line 99 of file loadconfig.py.
1.8.13