Decision Space
Turn predictions and explanations into fit-for-purpose decisions.
The Decision Space is where predictions and explanations can be evaluated, governed, and acted on.
In Umnai, a model can return both a prediction and the explanation behind it. The Decision Space provides a way to apply user-defined logic and workflows to that output, so predictions can be scrutinised, adjusted, escalated, or approved in real time.
This turns a fit-to-data prediction into a fit-for-purpose decision.
Identify, assess, resolve
Decision workflows can follow an Identify, Assess, Resolve, or IAR, methodology.
Identify
The identify step uses explanation data to test for issues.
For example, a workflow might use control swaps to detect bias, activations to detect low data coverage, or attributions to identify which features and interactions contributed most to a prediction.
The goal is to identify whether the prediction has any characteristics that require further attention before it is used as a decision.
Assess
The assess step evaluates what the identified issue means.
This can include:
Assessment helps determine whether the issue should be ignored, corrected, escalated, or handled by another process.
Resolve
The resolve step turns the prediction into a decision.
Resolution can include:
This gives people oversight and control over how model outputs are used, while still allowing automation where appropriate.
Example: identifying gender bias in loan approval
A decision workflow can use a control swap to identify and address potential Gender bias in a loan approval model.
One possible workflow:
- Run the original query and run a control swap where
Genderis changed. - Compare the prediction results. If the outcome does not change, continue to the final output step.
- Compare the total attribution sum. If the difference is less than
10%, change the outcome toLoan Approvedand continue to the final output step. - Create a dashboard showing the control swap results, filtered to the top five differences, and request human input on the decision.
- Output the prediction and save the audit log.
Example: improving outcomes in loan approval
A decision workflow can also inspect whether a negative outcome is close enough to a threshold to deserve further review.
One possible workflow:
- If the prediction is
Loan Not Approved, measure the distance from the total attribution sum to the threshold. - If the distance is greater than
0.05, continue to the final output step. - Identify any features whose values are close to activated partition boundaries. If no such features are present, continue to the final output step.
- Create a dashboard showing the top five attributions together with dependency plots for features whose values are close to activated partition boundaries, and request human input on the decision.
- Output the prediction and save the audit log.

