Skip to content

Commit c8919f7

Browse files
ArtemVazhalfekka
authored andcommitted
fix thr parameter
1 parent 9d623f6 commit c8919f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/configs/estimators/default_estimators_with_supervised.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,21 @@
9090
gen_only: False
9191
- name: SAPLMA
9292
cfg:
93+
metric_thr: 0.3
9394
model_name: '${model.path}'
9495
- name: MIND
96+
cfg:
97+
metric_thr: 0.3
9598
- name: Sheeps
9699
cfg:
100+
metric_thr: 0.3
97101
model_name: '${model.path}'
98102
- name: SATRMD
99103
cfg:
104+
metric_thr: 0.3
100105
model_name: '${model.path}'
101106
base_method: "RelativeTokenMahalanobis"
102107
- name: LookBackLens
108+
cfg:
109+
metric_thr: 0.3
103110
- name: TAD

0 commit comments

Comments
 (0)