Technical requirements
We will mainly stick to the pandas, NumPy, and scikit-learn libraries in this chapter. The only exception is the imbalanced-learn library, which can be installed with pip install imbalanced-learn
. All the code in this chapter was tested with scikit-learn versions 0.24.2 and 1.0.2.