The code that will be presented in this chapter will require the following:
- Python 3.5+ (Anaconda distribution is highly recommended)
- The following libraries:
- SciPy 0.19+
- NumPy 1.10+
- scikit-learn 0.20+
- Scikit-fuzzy 0.2
- pandas 0.22+
- Matplotlib 2.0+
- seaborn 0.9+
The examples are available in the GitHub repository at https://github.com/PacktPublishing/HandsOn-Unsupervised-Learning-with-Python/tree/master/Chapter05.