JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

Test: cover LIBLINEAR usage #100

Closed barucden closed 5 months ago

barucden commented 5 months ago

I verified that the added test errors with LIBLINEARv0.6. With LIBLINEARv0.7, the test passes.

Curiously, LIBLINEAR is only used when fitting LinearSVC through the "scikit" API (never through svmtrain/svmpredict).

Resolves #98