Question: Plot your model. What do you notice? # YOUR CODE HERE # your code here fit _ plot < - plot ( svm _ rbf

Plot your model. What do you notice?
# YOUR CODE HERE
# your code here
fit_plot <- plot(svm_rbf_fit)
fit_plot
# your code here
Error in xy.coords(x, y, xlabel, ylabel, log): 'x' is a list, but does not have components 'x' and 'y'
Traceback:
1. plot(svm_rbf_fit)
2. plot(svm_rbf_fit)
3. plot.default(svm_rbf_fit)
4. xy.coords(x, y, xlabel, ylabel, log)
5. stop("'x' is a list, but does not have components 'x' and 'y'")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!