- 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.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- 移動(dòng)UI設(shè)計(jì)(微課版)
- Rust編程從入門(mén)到實(shí)戰(zhàn)
- Java編程指南:基礎(chǔ)知識(shí)、類(lèi)庫(kù)應(yīng)用及案例設(shè)計(jì)
- FreeSWITCH 1.6 Cookbook
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Instant Ext.NET Application Development
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開(kāi)發(fā)實(shí)戰(zhàn)
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Babylon.js Essentials
- Access 2010中文版項(xiàng)目教程
- 詳解MATLAB圖形繪制技術(shù)
- JavaScript悟道
- OpenCV 3.0 Computer Vision with Java