← Feature Engineering
Pick Useful Feature Columns
① Learn
Feature engineering starts by deciding what information a model should see. Clear feature selection keeps the problem focused.
② Implement — write it, run it, submit
Goal
Use Pandas to select `hours` and `score` into `X`.
Output
Hints
- Stuck? Reveal a hint.