In this chapter, we started with an introduction to SciPy. We then had a brief overview of the various subpackages that are available to us. We learned how to perform a chi-square test for independence using the scipy.stats package. We used this package to perform other calculations, such as confidence intervals, probability calculations, and other types of statistical tests.
In the next chapter, we will introduce predictive analytics models, machine learning, the scikit-learn library, and more. Stay tuned!