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.metrics.executionmetriccollection.ExecutionMetricCollection Class Reference
Inheritance diagram for gdayf.metrics.executionmetriccollection.ExecutionMetricCollection:
Inheritance graph
[legend]
Collaboration diagram for gdayf.metrics.executionmetriccollection.ExecutionMetricCollection:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self)
 Constructor initialize all to None parama: self object pointer.
 
def pop (self, key, default=None)
 Override OrderedDict().pop to do nothing.
 
def popitem (self, last=True)
 Override OrderedDict().popitem to do nothing.
 

Detailed Description

Definition at line 19 of file executionmetriccollection.py.


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