|
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 Data Analysis of input data on OrderedDict format. More...
Classes | |
| class | DFMetada |
| Class DFMetadata manage the Data Analysis results structs on OrderedDict format and exportable to json. More... | |
Functions | |
| def | compare_dict (dict1, dict2) |
| Function oriented compare two dicts based on hash_key(json transformations) More... | |
Variables | |
| e_c = Experiment_Context(user_id='Crulogic') | |
| source_data = list() | |
| pd_train_dataset = inputHandlerCSV().inputCSV(''.join(source_data)) | |
| m = DFMetada() | |
Define all objects, functions and structured related to Data Analysis of input data on OrderedDict format.
| def gdayf.common.dfmetada.compare_dict | ( | dict1, | |
| dict2 | |||
| ) |
Function oriented compare two dicts based on hash_key(json transformations)
| dict1 | |
| dict2 |
Definition at line 129 of file dfmetada.py.
1.8.13