Technical requirements
The one tool we use for this chapter, you should have already installed from earlier chapters – scikit-learn (http://scikit-learn.org/stable/developers/advanced_installation.html).
Or, if you have the pip
installer in Python, you can install it using the following command:
pip install –U scikit-learn
You’ll find the code for this chapter at https://github.com/PacktPublishing/Artificial-Intelligence-for-Robotics-2e.