WHY Support Vector Regression (SVR) considers EXCLUDED ROWS during analysis?
I am trying to predict continuous response on the basis of continuous inputs. However, during analysis, I've observed that SVR is considering excluded rows, which I want to use for model validation. Furthermore, the regression results couldn't be duplicated in Scikit-Learn library.Please help on this issue!