ibm_aigov_facts_client.utils.manual_store_utils module

exists(name)
is_directory(name)
is_file(name)
check_if_any_values_exist(tags, values=[], key=None)
check_if_values_exist(tags, values=[], key=None)
check_if_any_values_exist_custom(tags, values=[], key=None)
check_if_keys_exist(tags, keys=[])
check_if_any_keys_exist(tags, keys=[])
check_framework_custom(tags, values=[], key=None)
check_current_framework(tags, key=None)
check_if_auth_used(authenticator)
roundup(x)
check_num_range(x)
check_epochs_count(params, tag_name)
get_epochs_num_to_match(params, tag_name)
list_all(root, filter_func=<function <lambda>>, full_path=False)
find(root, name, full_path=False)
get_run_data(run_id)
check_exp(run_id)
get_exp_name(run_id)
get_metric_from_line_custom(metric_name, line)
get_metric_from_file_custom(parent_path, metric_name)
rename_tags(tags)
format_metrics(metrics)
check_framework_support_manual(tags, values=[], key=None)
check_framework_support_manual_custom(tags, values=[], key=None)
get_run_dir(experiment_id, run_uuid, root_dir)
append_to(filename, data)
write_to(filename, data)
make_containing_dirs(path)

Create the base directory for a given file path if it does not exist and creates parent directories.

check_if_key_exist(data, key)
check_if_earlystop_defined(params)
check_earlystop_epoch(metrics)
check_if_earlystoprounds_defined(params)
check_earlystop_epoch_rounds(metrics)