Skip to content

Commit

Permalink
Add leverages to default
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-fedyanin committed Jun 2, 2020
1 parent a9583bf commit b8adac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/uncertainty_estimator/masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dppy.finite_dpps import FiniteDPP


DEFAULT_MASKS = ['mc_dropout', 'ht_decorrelating', 'ht_dpp', 'ht_k_dpp']
DEFAULT_MASKS = ['mc_dropout', 'ht_decorrelating', 'ht_dpp', 'ht_k_dpp', 'ht_leverages']


# It's better to use this function to get the mask then call them directly
Expand Down

0 comments on commit b8adac8

Please sign in to comment.