Results#

Methods to load and filter results from the challenge.

Saving Runs#

save_run(challenge, entry_name, *, ...[, ...])

Save the results of a challenge run.

Result Loading and Handling#

get_all_result_paths(...)

Return a dictionary with the folder path for all results for the specified challenge.

filter_results(results[, challenge_version, ...])

Filter the results to only include the specified challenge version.

get_latest_result(results)

Return the latest result for each entry.

load_run(challenge_class, folder_path)

Load the results of a run.

load_run_metadata(folder_path)

Load the metadata of a run.

load_run_custom_metadata(folder_path)

Load the custom metadata of a run.

General Helper Functions#

rename_keys(in_dict, mapping_or_callable[, ...])

Rename the keys of a dictionary.

Datatypes#

ResultReturn

alias of data_return