Tools 4.2The video for this lesson is on its way.
Everything else is ready: study the parts, the key terms and the quiz below.
Tools 4.2Code walkthrough5 parts
Estimators: fit, predict, transform
Use any scikit-learn estimator with the same verbs, and tell what you set before `fit` from what it learned during it.
Loading your progress…Next: 4.3 Pipelines, and Where scikit-learn Goes Next
In this lesson5 parts
- 01What you set before fit
- 02What it learns during fit
- 03A model for numbers
- 04A model that changes data
- 05Recap and your challenge
Builds on
This lesson stands on its own. These go deeper into what it uses.
- Python 6.2