You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, we have made a fake filter for a certain ai act profile (labels from the decision tree) that selects certain requirements. With selecting certain requirements, automatically certain measures are selected. Note that the relationship between requirements and measures is many-to-many.
We want to create a functionality that actually filters the requirements according to the set of labels coming from the ai act decision tree, stored in the system card
Where to find the labels:
the requirements of the task registry contain a field called ai_act_profile containing the applicable labels.
the labels selected by the ai act decision tree should be stored in ai_act_profile in the system card.
Measures and requirements are coming from the task registry.
Dependencies
depends on ticket to have all measures and requirements included in the task registry and mapped
Technical Implementation
Get requirements and measures from task-registry endpoints
Filter is part of AMT
Use endpoints task-registry requirements with ai act labels for filtering
The text was updated successfully, but these errors were encountered:
ravimeijerrig
changed the title
Implement functionality to filter maatregelen and vereisten based on ai act profile outcomes
Implement functionality to filter vereisten based on ai act profile outcomes
Nov 12, 2024
Description
So far, we have made a fake filter for a certain ai act profile (labels from the decision tree) that selects certain requirements. With selecting certain requirements, automatically certain measures are selected. Note that the relationship between requirements and measures is many-to-many.
We want to create a functionality that actually filters the requirements according to the set of labels coming from the ai act decision tree, stored in the system card
Where to find the labels:
ai_act_profile
containing the applicable labels.ai_act_profile
in the system card.Measures and requirements are coming from the task registry.
Dependencies
Technical Implementation
The text was updated successfully, but these errors were encountered: