- Mastering Data Mining with Python:Find patterns hidden in your data
- Megan Squire
- 157字
- 2021-08-20 10:33:26
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
MINSUPPORTPCT = 5 allSingletonTags = [] allDoubletonTags = set() doubletonSet = set()
Any command-line input or output is written as follows:
conda install pymysql
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Learning Java Functional Programming
- UML和模式應用(原書第3版)
- PyTorch自然語言處理入門與實戰
- C/C++常用算法手冊(第3版)
- Oracle BAM 11gR1 Handbook
- SQL Server與JSP動態網站開發
- 從零開始學C語言
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- scikit-learn Cookbook(Second Edition)
- Hack與HHVM權威指南
- Software-Defined Networking with OpenFlow(Second Edition)
- Python編程快速上手2
- Tableau Dashboard Cookbook
- Android應用程序設計
- 計算機系統解密:從理解計算機到編寫高效代碼