How to do it...

  1. From the scikit-learn datasets module, access the iris dataset:
from sklearn import datasetsiris = datasets.load_iris()

Get scikit-learn Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.