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.LoadConfig Class Reference

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

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

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

Detailed Description

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.

Member Function Documentation

◆ get_config()

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

Returns OrderedDict with all system configuration.

Parameters
selfobject pointer
Returns
OrderedDict() config

Definition at line 55 of file loadconfig.py.

◆ get_configfile()

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

Returns configfile path.

Parameters
selfobject pointer
Returns
file full string path

Definition at line 61 of file loadconfig.py.


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