Question: Using the stored data set - iris, build a SVM classification model and determine the following: 1. Import iris dataset from Seaborn using iris =

Using the stored data set - iris, build a SVM classification model and determine the following: 1. Import iris dataset from Seaborn using iris = sns.load_datasets('iris') 2. Provide Pairplot for species sns.pairplot(iris, hue='species') 3. Provide Confusion Matrix and Classification Report for SVM with default parameters. 4. Perform Grid Search and provide Confusion Matrix and Classification Report for the optimized model
Step by Step Solution
There are 3 Steps involved in it
To address this question well break it down step by step Below is the Python code and explanation for each of the mentioned tasks Step 1 Import the Ir... View full answer
Get step-by-step solutions from verified subject matter experts
