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
- Read through the code and understand the setup
- Complete the TODO sections in the code
- Click Run or press Ctrl+Enter to execute
- Click Done when finished
Concepts
datasetsload_irisnumpy arrayspolars conversion