- 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.
- Apache ZooKeeper Essentials
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- OpenCV 3和Qt5計算機(jī)視覺應(yīng)用開發(fā)
- Backbone.js Blueprints
- C#程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- 自然語言處理Python進(jìn)階
- Python Interviews
- Visual Studio Code 權(quán)威指南
- 深度學(xué)習(xí)原理與PyTorch實戰(zhàn)(第2版)
- Mastering Docker
- Java Web開發(fā)實例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- Tableau Desktop可視化高級應(yīng)用
- scikit-learn Cookbook(Second Edition)
- 程序員的成長課
- C/C++代碼調(diào)試的藝術(shù)(第2版)