- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 108字
- 2021-07-02 19:01:10
Installing on Windows
scikit-learn requires setuptools, a third-party package that supports packaging and installing software for Python. Setuptools can be installed on Windows by running the bootstrap script at https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py.
Windows binaries for the 32-bit and 64-bit versions of scikit-learn are also available. If you cannot determine which version you need, install the 32-bit version. Both versions depend on NumPy 1.3 or newer. The 32-bit version of NumPy can be downloaded from http://sourceforge.net/projects/numpy/files/NumPy/. The 64-bit version can be downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn.
A Windows installer for the 32-bit version of scikit-learn can be downloaded from http://sourceforge.net/projects/scikit-learn/files/. An installer for the 64-bit version of scikit-learn can be downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn.
- Learning LibGDX Game Development(Second Edition)
- Learning Scala Programming
- GitLab Cookbook
- Learn to Create WordPress Themes by Building 5 Projects
- 體驗設計原理:行為、情感和細節
- Android NDK Beginner’s Guide
- INSTANT Passbook App Development for iOS How-to
- Apache Spark 2.x for Java Developers
- Cybersecurity Attacks:Red Team Strategies
- Test-Driven JavaScript Development
- 青少年學Python(第2冊)
- Mastering VMware Horizon 7(Second Edition)
- Python預測分析實戰
- 深入理解Kafka:核心設計與實踐原理
- Python編程入門(第3版)