Summary
In this chapter, you practiced NumPy, SciPy, Pandas, and scikit-learn, using various examples, mainly for machine learning tasks. When you use Python data science libraries, there is usually more than one way of performing given task, and it usually helps to know more than one method.
You can either use alternatives for better implementations or for the sake of comparison. While trying different methods for a given task, you may either find different options that will allow you to further customize the implementation or simply observe some performance improvements.
The aim of this chapter was to show you these different options, and how flexible the Python language is because of its rich ecosystem of analytics libraries. In the next ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access