Skip to content

Commit 03c4f48

Browse files
committed
change optimizer in configuration to l2 dual coordinate descent
1 parent b7c6e09 commit 03c4f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_config/rcv1/l2svm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data_name: rcv1
66
# train
77
seed: 1337
88
linear: true
9-
liblinear_options: "-s 2 -B 1 -e 0.0001 -q"
9+
liblinear_options: "-s 1 -B 1 -e 0.0001 -q"
1010
linear_technique: 1vsrest
1111

1212
# eval

example_config/rcv1/l2svm_svm_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data_name: rcv1
66
# train
77
seed: 1337
88
linear: true
9-
liblinear_options: "-s 2 -B 1 -e 0.0001 -q"
9+
liblinear_options: "-s 1 -B 1 -e 0.0001 -q"
1010
linear_technique: 1vsrest
1111

1212
# eval

0 commit comments

Comments
 (0)