Build a Simple Pipeline

medium

Task

Create a pipeline that first scales the data and then applies logistic regression.

Why It Matters

Pipelines prevent data leakage by ensuring preprocessing is fit only on training data. They also make your code cleaner and your workflow reproducible - essential for production ML systems where you need consistent preprocessing.

Instructions

  1. Examine the setup code and data
  2. Modify the code to solve the puzzle
  3. Click Run or press Ctrl+Enter to execute

Command Palette

Search for a command to run...