Define all objects, functions and structs related to common utilities not associated to one concrete object and able to be reused on whole context.
More...
|
| def | hash_key (hash_type, filename) |
| | Function oriented to get the hash_key for a file. More...
|
| |
| def | decode_json_to_dataframe (json_string, orient='split') |
| | Function oriented convert a json dataframe string structure on pandas.dataframe() More...
|
| |
| def | decode_ordered_dict_to_dataframe (ordered_dict, orient='split') |
| | Function oriented convert a OrderedDict() dataframe string structure on pandas.dataframe() More...
|
| |
| def | compare_list_ordered_dict (list1, list2) |
| | Function oriented compare two normalizations_sets based on hash_key(json transformations) More...
|
| |
| def | compare_sorted_list_dict (list1, list2) |
| | Function oriented compare two normalizations_sets based on cmp functions Need to be sorted in same order. More...
|
| |
|
def | get_model_fw (model) |
| | Function to get framework from ar.json model description.
|
| |
| def | get_model_ns (model) |
| | Function to get normalization_sets structure from ar.json model description. More...
|
| |
| def | pandas_split_data (df, train_perc=0.9) |
| | Function to get pandas dataframe split without copy. More...
|
| |
| def | xstr (s) |
| | Function to return empty string if String variable is None. More...
|
| |
Define all objects, functions and structs related to common utilities not associated to one concrete object and able to be reused on whole context.