Skip to content

Conversation

@jideoyelayo1
Copy link
Owner

"
Support Vector Regression (SVR) is a type of regression algorithm based on the principles of Support Vector Machines (SVM). Unlike traditional regression methods, which aim to minimize the error for every data point, SVR focuses on fitting the best line within a certain threshold, called epsilon (ε), around the data. This threshold defines a margin within which predictions can deviate from the actual values without penalty, allowing for a more robust model that is less sensitive to outliers. SVR can use different kernel functions (such as linear, polynomial, or RBF) to handle linear and nonlinear relationships in data, making it versatile for various regression tasks. By optimizing a margin around the predicted values while minimizing errors outside of this margin, SVR balances the model's complexity with its ability to generalize to new data.
" - CHATGBT

@jideoyelayo1 jideoyelayo1 linked an issue Nov 5, 2024 that may be closed by this pull request
@jlasses
Copy link
Collaborator

jlasses commented Nov 5, 2024

The SVR test doesn't give enough data to debug

@trimmedjay trimmedjay closed this pull request by merging all changes into main in 4c79d13 Nov 5, 2024
@jideoyelayo1
Copy link
Owner Author

this shouldnt have been merged

@jideoyelayo1 jideoyelayo1 self-assigned this Nov 5, 2024
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

Successfully merging this pull request may close these issues.

SVR

4 participants