1.

Loading Datasets

easy

Task

Learn how to load built-in datasets from sklearn.datasets. These datasets return numpy arrays, which we'll convert to Polars DataFrames for easier exploration.

Instructions

  1. Read through the code and understand the setup
  2. Complete the TODO sections in the code
  3. Click Run or press Ctrl+Enter to execute
  4. Click Done when finished

Concepts

datasetsload_irisnumpy arrayspolars conversion

Command Palette

Search for a command to run...