Hands-On Unsupervised Learning with Python
上QQ阅读APP看书,第一时间看更新

Technical requirements

The code presented in this chapter requires:

  • Python 3.5+ (Anaconda distribution: https://www.anaconda.com/distribution/ is highly recommended)
  • Libraries:
    • SciPy 0.19+
    • NumPy 1.10+
    • scikit-learn 0.19+
    • pandas 0.22+
    • Matplotlib 2.0+
    • seaborn 0.9+

The examples are available in the GitHub repository: https://github.com/PacktPublishing/HandsOn-Unsupervised-Learning-with-Python/tree/master/Chapter01.