Skip to content

Commit

Permalink
#ISP Fix introspection signal computation and add more derived signals
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471400552
  • Loading branch information
yq911122 authored and copybara-github committed Sep 1, 2022
1 parent aef38eb commit 55a203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncertainty_baselines/datasets/toxic_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
_IS_TRAIN_NAME = 'is_train'
_SIGNAL_NAMES = [
_IS_TRAIN_NAME, 'pseudo_labels', 'use_pseudo_label', 'bias_rank',
'uncertainty', 'bias', 'noise', 'variance', 'error'
'uncertainty', 'bias', 'noise', 'variance', 'error', 'error_rank',
]


Expand Down

0 comments on commit 55a203d

Please sign in to comment.