- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 55字
- 2021-07-02 19:01:11
Verifying the installation
To verify that scikit-learn has been installed correctly, open a Python console and execute the following:
# In[1]:
import sklearn
sklearn.__version__
# Out[1]:
'0.18.1'
To run scikit-learn's unit tests, first install the nose Python library. Then execute the following in a terminal emulator:
$ nosetest sklearn -exe
Congratulations! You've successfully installed scikit-learn.
推薦閱讀
- Learn Type:Driven Development
- 小創客玩轉圖形化編程
- Implementing Cisco Networking Solutions
- Learn Programming in Python with Cody Jackson
- C語言程序設計案例式教程
- Effective Python Penetration Testing
- The DevOps 2.5 Toolkit
- WordPress 4.0 Site Blueprints(Second Edition)
- Node Cookbook(Second Edition)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Instant Automapper
- Python Automation Cookbook
- Java程序設計
- Mastering ASP.NET Web API
- 趣味掌控板編程