Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i get the coef like SVR in your code(LSSVR) #13

Open
xiaohangguo opened this issue Nov 11, 2022 · 0 comments
Open

How can i get the coef like SVR in your code(LSSVR) #13

xiaohangguo opened this issue Nov 11, 2022 · 0 comments

Comments

@xiaohangguo
Copy link

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 SVR i get it with the code :svr.coef_

svr = SVR(kernel='linear', coef0=0, C=0.5)
svr.fit(x,y)
svr.coef_

So,how can i get the coef like SVR in your code(LSSVR)? Thank u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant