I am using svm-rank.
When running svm_rank_learn
on a tiny dataset:
Training set properties: 3 features, 12 rankings, 596 examples
The run finishes in a few seconds and I get a valid model. But when I use a bit larger dataset:
Training set properties: 3 features, 30 rankings, 1580 examples
The run is stuck for hours on iteration 29. This is very strange since the documentation states that svm-rank "scales linearly in the number of rankings (i.e. queries)".
What is wrong with my dataset or format?