Models — Regression
Support Vector Regressor (SVR) component
Train a support vector regressor that fits an epsilon-insensitive tube to predict continuous values, with linear, polynomial, and RBF kernels.
SVR finds a function that fits as many data points as possible within an epsilon-wide tube around the prediction. Points outside the tube are penalized.