Skip to content

Commit

Permalink
change optimizer in configuration to l2 dual coordinate descent
Browse files Browse the repository at this point in the history
  • Loading branch information
ericliu8168 committed Oct 5, 2024
1 parent b7c6e09 commit 03c4f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_config/rcv1/l2svm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data_name: rcv1
# train
seed: 1337
linear: true
liblinear_options: "-s 2 -B 1 -e 0.0001 -q"
liblinear_options: "-s 1 -B 1 -e 0.0001 -q"
linear_technique: 1vsrest

# eval
Expand Down
2 changes: 1 addition & 1 deletion example_config/rcv1/l2svm_svm_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data_name: rcv1
# train
seed: 1337
linear: true
liblinear_options: "-s 2 -B 1 -e 0.0001 -q"
liblinear_options: "-s 1 -B 1 -e 0.0001 -q"
linear_technique: 1vsrest

# eval
Expand Down

0 comments on commit 03c4f48

Please sign in to comment.