- 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.
- Drupal 8 Blueprints
- 潮流:UI設計必修課
- DevOps for Networking
- Leap Motion Development Essentials
- React Native Cookbook
- INSTANT Weka How-to
- SQL語言從入門到精通
- Data Analysis with Stata
- 從Java到Web程序設計教程
- Mastering ROS for Robotics Programming
- Extending Puppet(Second Edition)
- 程序員面試金典(第6版)
- HTML5 and CSS3:Building Responsive Websites
- 深度學習的數學:使用Python語言
- Mastering MeteorJS Application Development