[go: nahoru, domu]

Skip to content

Commit

Permalink
Change NB(username) to NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
codesue committed Dec 1, 2022
1 parent 57f4d04 commit e0e85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_card_toolkit/utils/tfx_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def _parse_array_value(array: Dict[str, Any]) -> str:
logging.warning('Received unexpected array %s', str(array))
return ''

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

0 comments on commit e0e85c9

Please sign in to comment.