Contribute Media
A thank you to everyone who makes this possible: Read More

Getting started in scikit-learn with the famous iris dataset

Description

Now that we've set up Python for machine learning, let's get started by loading an example dataset into scikit-learn! We'll explore the famous "iris" dataset, learn some important machine learning terminology, and discuss the four key requirements for working with data in scikit-learn.

This is the third video in the series, Introduction to machine learning with scikit-learn. The notebook and resources shown in the video are available on GitHub.

Improve this page