|
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 | |
| 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. | |
Definition at line 19 of file executionmetriccollection.py.
1.8.13