decision tree On the Iris data set, design a decision tree using the scikit learn library (see https://github.com/atcemgil/notes/DecisionTree.ipynb)
Visualize your tree using pydot. Try different depths and inpurity criteria (Gini and Information Gain). Compare with knn and discuss.