-
When I want to train a model on Bag of Words features I get the error message "(feature nodes must be sorted by index in ascending order".
Full Stack Trace:
```
`Apr 20, 2016 10:15:00 AM SEVERE: Pr…
-
liblinear/Makefile passes `$(CFLAGS)` to `$(CXX)`. It should pass `$(CXXFLAGS)` instead. Further, it defines its own flags and does not use the ones the user specified in the environment variable when…
-
We have a multiclass machine called [MulticlassLibLinear](https://github.com/shogun-toolbox/shogun/blob/master/src/shogun/multiclass/MulticlassLibLinear.cpp) that uses modified [LibLinear](http://www.…
-
I wanted to check the differences between the output of SAGAClassifier and the output of liblinear, from LogisticRegression in sklearn. It turns out that both estimators return very different coeffici…
-
After performing the setup steps described in `README.md`, I am not able to run the proposed example for polarity detection.
## Context
**Operating System**: MacOS Big Sur (v11.2.3)
## Proces…
-
Hi, thanks for your excellent codes. I got good performance when I use a set of 10000 pictures, with 5 landmarks. However, when I increase the landmarks to 9, the training of SVM is too slow -- after …
-
I want use liblinear with python, but there find an error "LIBLINEAR library not found" with "from liblinear import *". However, the path of liblinear.dll is right, and it can be successful on linux, …
-
_From @cdj0311 on June 21, 2016 1:22_
I want use liblinear with python, but there find an error "LIBLINEAR library not found" with "from liblinear import *". However, the path of liblinear.dll is rig…
-
liblinear depends on OpenMP, which gcc4.9 supports. I tried to make sure Matlab uses gcc4.9, and some evidence indicates it does, and some that it doesn't. This is the error I find:
```
external/libl…
-
LibLINEAR 1.9.8
weka.classifiers.functions.LibLINEAR -S 1 -C 1.0 -E 0.001 -B 1.0 -L 0.1 -I 1000
In the Weka Explorer when evaluating a liblinear classifier with default parameters, and using as dat…