Computer scienceData scienceInstrumentsScikit-learnScikit-learn basics

Training a model with scikit-learn

Arrange the steps

Report a typo

Put the steps of building a model in sklearn in the correct order.

Put the items in the correct order
Use the model for prediction
Import the model class
Create an instance of the model class and specify the parameters
Fit the model to the dataset
___

Create a free account to access the full topic