Enter your data below as comma-separated x,y pairs (one pair per line) or upload a CSV file. For multiple features, use format x1,x2,...,y with one data point per line. The calculator will find the best model and provide statistics about the model quality.
Support Vector Regression applies the principles of Support Vector Machines (SVMs) to regression problems. It aims to find a function that deviates from the observed values by a value no greater than a specified margin, while being as flat as possible.
SVR works by mapping the input data into a higher-dimensional feature space where it can be described by a linear model. The algorithm tries to find a function that:
The key parameters in SVR are:
Use Support Vector Regression when:
Enter your data below as comma-separated x,y pairs (one pair per line) or upload a CSV file. For multiple features, use format x1,x2,...,y with one data point per line. The calculator will find the best model and provide statistics about the model quality.