Prerequisites
In this book you will learn how to solve text analytics problems efficiently with the Python ecosystem. We will explain all concepts specific to text analytics and machine learning in detail but assume that you already have basic knowledge of Python, including fundamental libraries like Pandas. You should also be familiar with Jupyter notebooks so that you can experiment with the code while reading the book. If not, check out the tutorials on learnpython.org, docs.python.org, or DataCamp.
Even though we explain the general ideas of the algorithms used, we won’t go too much into the details. You should be able to follow the examples and reuse the code without completely understanding the mathematics behind it. College-level knowledge of linear algebra and statistics is helpful, though.