Technical requirements
In this chapter, we'll be using NumPy, TensorFlow, and scikit-learn along with spaCy. You can install these libraries via pip
using the following commands:
pip install numpy pip install tensorflow pip install scikit-learn
You can find the chapter code and data at the book's GitHub repository: https://github.com/PacktPublishing/Mastering-spaCy/tree/main/Chapter10.