- 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.
- Microsoft Application Virtualization Cookbook
- Python程序設計案例教程
- Java應用開發技術實例教程
- Protocol-Oriented Programming with Swift
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Windows Phone 8 Game Development
- 創意UI Photoshop玩轉移動UI設計
- Instant Apache Camel Messaging System
- Practical Predictive Analytics
- SFML Game Development
- Java 11 and 12:New Features
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- JavaScript程序設計基礎教程(慕課版)
- Mastering Puppet(Second Edition)