Technical requirements
All code examples given in this chapter (and additional examples) can be found at the GitHub repository, https://github.com/PacktPublishing/15-Math-Concepts-Every-Data-Scientist-Should-Know/tree/main/Chapter02. To run the Jupyter notebooks, you will need a full Python installation, including the following packages:
numpy
(>=1.24.3)scipy
(>=1.11.1)scikit-learn
(>=1.3.0)matplotlib
(>=3.7.2)