Learn practical skills, build real-world projects, and advance your career
import jovian as jvn
jvn.commit()
[jovian] Saving notebook..

KNN using scikit-learn

Load the iris data set

import sklearn
from sklearn.datasets import load_iris
Creating bunch object with iris dataset and all of it's attributes