DDR7707 / Sci-Kit-Learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SciKitLearn

Workflow with sklearn is as shown below...

  • Getting data ready.

  • Creating Train and Test data.

  • Choosing the correct model to the data.

  • Fitting the model to our data and making predictions.

  • Evaluating our model performance.

  • Tuning hyperparameters for a better model.

  • Saving and loading the model for the future use.

  • Putting all together in one block using pipeline module.

About


Languages

Language:Jupyter Notebook 100.0%