6

"""Itty bitty frustration"""

# wannabe mode on

import sklearn
iris_dataset = sklearn.datasets.load_iris()

Comments
Add Comment