Task
Master sklearn's core API pattern: create a model, fit it on training data, then predict on new data.
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
fitpredictestimator APImodel training