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

Results 3 liblinear-ruby issues
Sort by recently updated
recently updated
newest added

Hey, I'm looking to write some production code using liblinear in a Ruby on Rails application. I took a look at [`save_model`](https://github.com/cjlin1/liblinear/blob/f41e72c6ee5f442b24fe80601ad4aeb4705dd16e/linear.cpp#L2866), and it looks feasible to store the output...

I have liblinear installed and accessible via the path. SWIG.exe is also accessible via the path. I installed the gem via `gem install 'liblinear-ruby'` and did not have any errors....

Dear @kei500 , we've recently added `liblinear-ruby` to our Awesome RubyML list: https://github.com/arbox/machine-learning-with-ruby Ruby bindings for LIBLINEAR are really important for the Ruby ML ecosystem. So we introduced the `rubyml`...