Dear all,
after having calibrated a svm model through the svm() command of the
e1071
package, is there a way to
i) represent the modeled relationships between the y and X variables
(response variable vs. predictors)?
Can you explain a bit more ... how do you want them represented?
I was thinking to a simple ? = fi(Xi) plot, fi resulting from the fitted svm
model. Xi is the predictor, among the whole set of predictors, X, one wish
to see the relationship with the response.
For boosted regression trees, which I am more familiar with, this is fi
function is estimated by averaging the effects of all predictors but Xi, and
plotting how ? varies as Xi does.