Skip to content

Commit

Permalink
Update labels in model.drawio
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored and goneall committed Mar 17, 2024
1 parent d0cb338 commit de1540b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@
<mxCell id="96wljPxh_fQPzhBJDJxU-22" value="+ modelExplainability: String[0..*]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="96wljPxh_fQPzhBJDJxU-1" vertex="1">
<mxGeometry y="416" width="413.51" height="30" as="geometry" />
</mxCell>
<mxCell id="96wljPxh_fQPzhBJDJxU-17" value="+ sensitivePersonalInformation:PresenceType[0..1]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="96wljPxh_fQPzhBJDJxU-1" vertex="1">
<mxCell id="96wljPxh_fQPzhBJDJxU-17" value="+ useSensitivePersonalInformation:PresenceType[0..1]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="96wljPxh_fQPzhBJDJxU-1" vertex="1">
<mxGeometry y="446" width="413.51" height="30" as="geometry" />
</mxCell>
<mxCell id="96wljPxh_fQPzhBJDJxU-12" value="+ metricDecisionThreshold: DictionaryEntry[0..*]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="96wljPxh_fQPzhBJDJxU-1" vertex="1">
Expand Down Expand Up @@ -1852,7 +1852,7 @@
<mxCell id="Vtgq-jyTV3dxKo35nZ68-22" value="+ knownBias: String[0..*]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="Vtgq-jyTV3dxKo35nZ68-9" vertex="1">
<mxGeometry y="386" width="413.51" height="30" as="geometry" />
</mxCell>
<mxCell id="Vtgq-jyTV3dxKo35nZ68-23" value="+ sensitivePersonalInformation: PresenceType[0..1]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="Vtgq-jyTV3dxKo35nZ68-9" vertex="1">
<mxCell id="Vtgq-jyTV3dxKo35nZ68-23" value="+ hasSensitivePersonalInformation: PresenceType[0..1]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="Vtgq-jyTV3dxKo35nZ68-9" vertex="1">
<mxGeometry y="416" width="413.51" height="30" as="geometry" />
</mxCell>
<mxCell id="Vtgq-jyTV3dxKo35nZ68-24" value="+ anonymizationMethodUsed: String[0..*]" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="Vtgq-jyTV3dxKo35nZ68-9" vertex="1">
Expand Down
2 changes: 1 addition & 1 deletion model/AI/Properties/useSensitivePersonalInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ useSensitivePersonalInformation notes if sensitive personal information
is used in the training or inference of the AI models.
This might include biometric data, addresses or other data that can be used to infer a person's identity.

Related: sensitivePersonalInformation in /Dataset/Dataset/
Related: `hasSensitivePersonalInformation` in `/Dataset/Dataset`

## Metadata

Expand Down
2 changes: 2 additions & 0 deletions model/Dataset/Properties/hasSensitivePersonalInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Describes if any sensitive personal information is present in the dataset.
hasSensitivePersonalInformation indicates the presence of sensitive personal data
or information that allows drawing conclusions about a person's identity.

Related: `useSensitivePersonalInformation` in `/AI/AIPackage`

## Metadata

- name: hasSensitivePersonalInformation
Expand Down

0 comments on commit de1540b

Please sign in to comment.