Hi,
Have you tried to ask the authors for their source code?
If your implementation is based on scikit-learn, it could be interesting to
share it as a gist.
I had a quick look at the paper and it seems to me that you don't even need
to change liblinear. You just need to prepare a sparse matrix X
Hi,
Is there any implementation for clustered SVM proposed in this paper
http://jmlr.org/proceedings/papers/v31/gu13b.pdf.
The implementation seems to be trivial, as we just need to do simple
modifications on LibLinear. I did this modifications but I still get
results different from those shown i