Description
- Apply the Scikit Learn SVM Classifier to the Iris dataset using all three categories and all four feature at once and upload your .ipynb file.
- Run the SVM model (at least) four times using a different kernel each time. Compare and discuss the results for each of the kernels.
Programming Exercise B
- Apply the Scikit Learn Decision Tree Classifier to the Iris dataset using all three categories and all four feature at once and upload your .ipynb file.
- See if your choice of impurity measure makes a difference in your results.



