Skip to main content

Introduction to Data Science Version 3

Exercises 19.5 Chapter Challenge

1.

Look up the term “confusion matrix” and then follow-up on some other terms such as Type I error, Type II error, sensitivity, and specificity. Think about how the support vector machine model could be modified to do better at either sensitivity or specificity.

2.

For a super challenge, try using another dataset with the kernlab ksvm() technology. There is a dataset called promotergene that is built into the kernlab package. You could also load your own dataset and try creating an SVM model from that.