<!-- # hard line break macro for HTML -->

# plugins.utils.model_evaluation

## Module contents

FiftyOne builtin plugins.

Copyright 2017-2026, Voxel51, Inc.
<br/>
[voxel51.com](https://voxel51.com/)
<br/>
<br/>

**Functions:**

| [`get_subsets_from_custom_code`](#plugins.utils.model_evaluation.get_subsets_from_custom_code)(ctx, custom_code)   |                                           |
|--------------------------------------------------------------------------------------------------------------------|-------------------------------------------|
| [`get_dataset_id`](#plugins.utils.model_evaluation.get_dataset_id)(ctx[, serialize])                               |                                           |
| [`get_store`](#plugins.utils.model_evaluation.get_store)(ctx)                                                      | Get the execution store from the context. |
| [`get_scenarios_store`](#plugins.utils.model_evaluation.get_scenarios_store)(ctx)                                  | Get the scenarios store from the context. |
| [`get_scenarios`](#plugins.utils.model_evaluation.get_scenarios)(ctx)                                              |                                           |
| [`set_scenarios`](#plugins.utils.model_evaluation.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)
