cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.55k stars 1.64k forks source link

There is a big BUG in the SVR regression java model. Always the same prediction value. #175

Open kevin031060 opened 3 years ago

kevin031060 commented 3 years ago

捕获 When I used the java libsvm for regression task. Everything is ok with LINEAR kernel. When I use RBF/POLY/SIGMOID kernel, the output prediction is always the same value. I tried many dataset, the same problem occured every time. But when I tried Python/Matlab libsvm, everything is fine!

Craigacp commented 3 years ago

I don't see this behaviour when using the Java interface. How are you calling it?

Nuist-Lee commented 2 years ago

Same problem occurred on me but MATLAB libsvm