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
Classes | Functions | Variables
gdayf.common.dfmetada Namespace Reference

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()
 

Detailed Description

Define all objects, functions and structured related to Data Analysis of input data on OrderedDict format.

Function Documentation

◆ compare_dict()

def gdayf.common.dfmetada.compare_dict (   dict1,
  dict2 
)

Function oriented compare two dicts based on hash_key(json transformations)

Parameters
dict1
dict2
Returns
True if equals false in other case

Definition at line 129 of file dfmetada.py.