Post-Processors Gallery

Pre-built functions to prepare model or analytic output for integration

Before sending model or analytic output to a rendering step, it might be necessary to prepare that information to be integrated into the DOM. This could, for example, include applying a label map to render an image label in natural language rather than as a raw model output, which is typically an int or float.

Applies a label map for binary classification tasks based on a threshold value.

Applies a configuration object for multiclass classification.

Applies a label map for object detection use cases.

Defines how the output from a regression model should be configured.

Last updated