plugins.utils.model_evaluation#

Module contents#

FiftyOne builtin plugins.

Copyright 2017-2025, Voxel51, Inc.

Functions:

get_subsets_from_custom_code(ctx, custom_code)

get_dataset_id(ctx[, serialize])

get_store(ctx)

Get the execution store from the context.

get_scenarios_store(ctx)

Get the scenarios store from the context.

get_scenarios(ctx)

set_scenarios(ctx, scenarios)

plugins.utils.model_evaluation.get_subsets_from_custom_code(ctx, custom_code)#
plugins.utils.model_evaluation.get_dataset_id(ctx, serialize=True)#
plugins.utils.model_evaluation.get_store(ctx)#

Get the execution store from the context.

plugins.utils.model_evaluation.get_scenarios_store(ctx)#

Get the scenarios store from the context.

plugins.utils.model_evaluation.get_scenarios(ctx)#
plugins.utils.model_evaluation.set_scenarios(ctx, scenarios)#