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
Public Member Functions | List of all members
gdayf.conf.loadconfig.LoadLabels Class Reference

Class Getting the config file place on default location and load all labels named self._config on OrderedDict() format. More...

Inheritance diagram for gdayf.conf.loadconfig.LoadLabels:
Inheritance graph
[legend]
Collaboration diagram for gdayf.conf.loadconfig.LoadLabels:
Collaboration graph
[legend]

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...
 

Detailed Description

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.

Member Function Documentation

◆ get_config()

def gdayf.conf.loadconfig.LoadLabels.get_config (   self)

Returns OrderedDict with all system labels.

Parameters
selfobject pointer
Returns
OrderedDict() config

Definition at line 93 of file loadconfig.py.

◆ get_configfile()

def gdayf.conf.loadconfig.LoadLabels.get_configfile (   self)

Returns labelsfile path.

Parameters
selfobject pointer
Returns
file full string path

Definition at line 99 of file loadconfig.py.


The documentation for this class was generated from the following file: