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
gdayf.common.armetadata Namespace Reference

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...
 

Detailed Description

Define all objects, functions and structured related to Analysis_Results for one execution (final json structure) on OrderedDict format.

Function Documentation

◆ deep_ordered_copy()

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.

Parameters
armetadatastructure
Returns
ArMetadata() structure OrderedDict and json compatible

Definition at line 99 of file armetadata.py.