lssvr
lssvr copied to clipboard
Least Squares Support Vector Regression
Hello, when I use LSSVR for regression prediction, I will get a multiple regression coefficient equation. How can I get regression coefficients when using your code? When i use the...
In PR #9 for multidimensional output. scipy's `lsmr` only accepts `b` as a vector, so in this scenario, it raises a `ValueError` and it is completely bypassed and the more...
Thanks for your work! I met a issue as shown in following when I was trying install this library. So I wonder that whether others have the same problem. ![Uploading...
Great work ! meanwhile I wanna see how LSSVM work in the classifier, the published LSSVR is very convenient, looking forward to LSSVC. ;D
Hi there, since this is one of the very few LS-SVM implementations, I thought you might be interested to know that I've recently released a new LS-SVM package called [Neo...