- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 49字
- 2021-07-02 19:01:10
Installing using pip
The easiest way to install scikit-learn is to use pip, the PyPA-recommended tool for installing Python packages. Install scikit-learn using pip as follows:
$ pip install -U scikit-learn
If pip is not available on your system, consult the following sections for installation instructions for various platforms.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊(cè))
- 機(jī)器人Python青少年編程開發(fā)實(shí)例
- PhpStorm Cookbook
- Kinect for Windows SDK Programming Guide
- 你不知道的JavaScript(中卷)
- Python算法從菜鳥到達(dá)人
- Apache Spark 2.x for Java Developers
- Learning JavaScript Data Structures and Algorithms
- Getting Started with React Native
- Statistical Application Development with R and Python(Second Edition)
- 軟件項(xiàng)目管理實(shí)用教程
- 愛上C語(yǔ)言:C KISS