7 Scikit-Learn Secrets You Probably Didn’t Know About
As data scientists with Python programming skills, we use Scikit-Learn a lot. It’s a machine learning package usually taught to new users initially and can be used right through to production. However, much of what is being taught is basic implementation, and Scikit-Learn contains many secrets to improve our data workflow.
This article will discuss seven secrets from Scikit-Learn you probably didn’t know. Without further ado, let’s get into it.
1. Probability Calibration
Some machine learning model classification task models provide probability output for each class. The problem with the