-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[WIP] Modify SVR example for better plot #8367
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
[WIP] Modify SVR example for better plot #8367
Conversation
Change coef0 value for better plot of poly kernal. Also improve the support vectors marking in SVR plot. Fixes: #8365
Please fix the flake8 errors and invest some time in setting up on-the-fly flake8 checks in your editor of choice. Also to make the comparison easier, please add the links for the example on stable, dev and your PR. |
Format a code to remove flake8 error from travis build Issue: #8365
Codecov Report
@@ Coverage Diff @@
## master #8367 +/- ##
=======================================
Coverage 94.75% 94.75%
=======================================
Files 342 342
Lines 60801 60801
=======================================
Hits 57609 57609
Misses 3192 3192 Continue to review full report at Codecov.
|
Are you still working on this @rishikksh20 ? |
I think the support vector markers should be smaller, and coloured to match their corresponding model. |
Though I'm inclined to agree that support vectors don't help here unless they're on separate plots for each kernel, which would be interesting to try. |
working on this with @ml4713 |
@vasudhathinks go ahead |
Reference Issue
Closes: #8365
What does this implement/fix? Explain your changes.
Change coef0 value for better plot of poly kernal. Also
improve the support vectors marking in SVR plot.
Any other comments?
Stable : stable version
PR : PR version