Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit e0e85c9

Browse files
authored
Change NB(username) to NOTE
1 parent 57f4d04 commit e0e85c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_card_toolkit/utils/tfx_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def _parse_array_value(array: Dict[str, Any]) -> str:
442442
logging.warning('Received unexpected array %s', str(array))
443443
return ''
444444

445-
# NB(gcasassaez): When multiple outputs are passed, each will be in it's own output_name key
445+
# NOTE: When multiple outputs are passed, each will be in it's own output_name key
446446
# If that's the case add each output_name + metric to the quantitative_analysis by namespacing by
447447
# output_name.metric to distinguish them
448448
output_names = set()

0 commit comments

Comments
 (0)