Skip to content

Commit f727bf4

Browse files
committed
remove TunableDecision from search spaces
1 parent d8d7852 commit f727bf4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/assets/configs/multiclass.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@
3636
search_space:
3737
- module_name: threshold
3838
thresh: [0.5, [0.5, 0.5, 0.5, 0.5]]
39-
- module_name: tunable
4039
- module_name: argmax
4140
- module_name: jinoos

tests/assets/configs/multilabel.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@
3232
search_space:
3333
- module_name: threshold
3434
thresh: [0.5, [0.5, 0.5, 0.5, 0.5]]
35-
- module_name: tunable
3635
- module_name: adaptive

tests/assets/configs/optuna.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
thresh:
2525
low: 0.1
2626
high: 0.9
27-
- module_name: tunable
2827
- module_name: argmax
2928
- module_name: jinoos

0 commit comments

Comments
 (0)