liblinear-ruby-swig icon indicating copy to clipboard operation
liblinear-ruby-swig copied to clipboard

This is the Ruby interface to LIBLINEAR (much more efficient than LIBSVM for text classification and other large linear classifications)

Results 5 liblinear-ruby-swig issues
Sort by recently updated
recently updated
newest added

gem1.9.1 install --user-install tomz-liblinear-ruby-swig Building native extensions. This could take a while... ERROR: Error installing tomz-liblinear-ruby-swig: ERROR: Failed to build gem native extension. ``` /usr/bin/ruby1.9.1 extconf.rb ``` creating Makefile make...

destroy methods don't seem to work for LParameter and LProblem (It seems to work for LModel.)

I run the latest code from github (as of 11/1/2011) and am getting this error: liblinear-ruby-swig-0.2.1/lib/linear.rb:55:in `initialize': uninitialized constant LParameter::L2_LR (NameError) from test.rb:8:in`new' from test.rb:8:in `' Looks like L2_LR constant...

Hi, I could get liblinear run very well on 64-bit Ubuntu 11.04, but I cannot get it to work on 32-bit Ubuntu 10.10 (Amazon EC-2 small). I got the following...

Hi Tomz, Thank you sooo much for your nice swig implementations of LibSVM and LibLinear. I'm trying to switch from libSVM to libLinear, but I could not run the test...