- Mastering Machine Learning with scikit-learn(Second Edition)
- Gavin Hackeling
- 100字
- 2021-07-02 19:01:07
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The package is named sklearn because scikit-learn is not a valid Python package name."
# In[1]:
import sklearn
sklearn.__version__
# Out[1]:
'0.18.1'
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Mastering Entity Framework
- ASP.NET 3.5程序設計與項目實踐
- PhpStorm Cookbook
- 區塊鏈底層設計Java實戰
- Python極簡講義:一本書入門數據分析與機器學習
- C專家編程
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 計算機應用基礎項目化教程
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Python計算機視覺和自然語言處理
- Data Science Algorithms in a Week
- Python程序設計教程
- Building Microservices with Go
- Python程序設計教程