JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

Fixed warnings for v0.4.5 #15

Closed dprn closed 8 years ago

dprn commented 8 years ago

I noticed this (fairly old) package was throwing a lot of warnings when run in v0.4.5 and, moreover, had an horrible performance. It took more than two minutes for training a two-class SVM with 100 instances, each one composed of less than 700 floats. On the same input data, the svm-train CLI command took less than 0.2 secs.

Fixing the warnings fixed also this performance problem.

aviks commented 8 years ago

@simonster Any chance of merging this? This will remove 0.3 compatibility, but that should be OK at this time. The tests do pass.