- Machine Learning with scikit:learn Quick Start Guide
- Kevin Jolly
- 127字
- 2021-06-24 18:15:53
Installing scikit-learn
There are two ways in which you can install scikit-learn on your personal device:
- By using the pip method
- By using the Anaconda method
The pip method can be implemented on the macOS/Linux Terminal or the Windows PowerShell, while the Anaconda method will work with the Anaconda prompt.
Choosing between these two methods of installation is pretty straightforward:
- If you would like all the common Python package distributions for data science to be installed in one environment, the Anaconda method works best
- If you would like to build you own environment from scratch for scikit-learn, the pip method works best (for advanced users of Python)
This book will be using Python 3.6 for all the code that is displayed throughout every chapter, unless mentioned otherwise.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- Div+CSS 3.0網頁布局案例精粹
- 計算機圖形學
- HBase Design Patterns
- 自動檢測與轉換技術
- Python Algorithmic Trading Cookbook
- 統計策略搜索強化學習方法及應用
- 系統安裝與重裝
- Linux服務與安全管理
- 深度學習與目標檢測
- Xilinx FPGA高級設計及應用
- Learning iOS 8 for Enterprise
- ARM體系結構與編程
- 實戰大數據(Hadoop+Spark+Flink):從平臺構建到交互式數據分析(離線/實時)
- 大話數據科學:大數據與機器學習實戰(基于R語言)