- 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.
推薦閱讀
- Java從入門到精通(第5版)
- Essential Angular
- Haskell Data Analysis Cookbook
- SQL Server 2016 從入門到實戰(視頻教學版)
- 人工智能算法(卷1):基礎算法
- Instant Zurb Foundation 4
- Training Systems Using Python Statistical Modeling
- Mastering Leap Motion
- WCF全面解析
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- Learning Gerrit Code Review
- 走近SDN/NFV
- 威脅建模:設計和交付更安全的軟件
- Python 3.8編程快速入門