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

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

1 Expert Approved Answer
Step: 1 Unlock

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

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 Databases Questions!