Extract Feature Importance

medium

Task

Train a Random Forest and extract the feature importances for the wine dataset.

Why It Matters

Feature importance helps you understand which inputs matter most for predictions. This is crucial for model interpretation, feature selection, and explaining predictions to stakeholders - key for building trust in ML systems.

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...