|
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
|
Define all objects, functions and structured related to Analysis_Results for one execution (final json structure) on OrderedDict format. More...
Classes | |
| class | ArMetadata |
| Class ArMetadata manage the Analysis results structs on OrderedDict format and exportable to json. More... | |
Functions | |
| def | deep_ordered_copy (armetadata) |
| Package Function getting ArMetadata and make a base copy of parameters to get an ArMetadata structure base to predict. More... | |
Define all objects, functions and structured related to Analysis_Results for one execution (final json structure) on OrderedDict format.
| def gdayf.common.armetadata.deep_ordered_copy | ( | armetadata | ) |
Package Function getting ArMetadata and make a base copy of parameters to get an ArMetadata structure base to predict.
| armetadata | structure |
Definition at line 99 of file armetadata.py.
1.8.13