Is there any method to build the classification boundary with all the iris feature instead of only using 2 features? Thank you.
Here is the code of KNN with classification boundary with all the 2 iris feature: http://scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html#example-neighbors-plot-classification-py Can I include all the features?