Created
January 25, 2021 15:31
-
-
Save danielezonca/20ca7bea87fdfcfff4b7661eb1b19253 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Counterfactual (REST) | |
AuditUI->TrustyService:CounterfactualRequest | |
activate AuditUI | |
activate TrustyService | |
note over TrustyService:Add distribution data\n(if available) | |
TrustyService->ExplainableService:CounterfactualRequest(id) | |
activate ExplainableService | |
ExplainableService->ExplainableService:FinalResult | |
ExplainableService->TrustyService:FinalResult(id) | |
deactivate ExplainableService | |
note over TrustyService:Store | |
TrustyService->AuditUI:FinalResult(id) | |
deactivate AuditUI | |
deactivate TrustyService |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment