Technical requirements
All the code examples provided in this chapter (and additional examples) can be found in this book’s GitHub repository: https://github.com/PacktPublishing/15-Math-Concepts-Every-Data-Scientist-Should-Know/tree/main/Chapter09. To run the Jupyter Notebooks, you will need a full Python installation, including the following packages:
pandas
(>=2.0.3)numpy
(>=1.24.3)matplotlib
(>=3.7.2)