Question: Dataset used: Heart Disease (not in sklearn) You are asked to implement the SVM classifier for the heart disease dataset. All you need to do
Dataset used: Heart Disease (not in sklearn)
You are asked to implement the SVM classifier for the heart disease dataset. All you need to do is:
See the article at URL: https://medium.com/@am7799/machine-learning-on-heart-disease-dataset-8a930cefff1d and run the instructions in the article.
You have to do something different, which is to evaluate using CV (Cross-Validation) and not to use the split used by the article.
SVM must be modeled using a kernel trick and a minimum of four different kernels. C value can be determined alone. also provide complete information on the dataset used (explained in a structured and complete).
The SVM kernel information used (including parameters used in the kernel) and the evaluation results use CV (Cross-Validation). and also precision-recall (PR) graphic plots.
Step by Step Solution
3.45 Rating (161 Votes )
There are 3 Steps involved in it
Step by step to solve this problem is described below 1 Download the Heart Disease by csv format and put in one folder with the code 2 Understand the ... View full answer
Get step-by-step solutions from verified subject matter experts
