Extract Feature Importance
mediumTask
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
- Examine the setup code and data
- Modify the code to solve the puzzle
- Click Run or press Ctrl+Enter to execute