- Machine Learning for Healthcare Analytics Projects
- Eduonix Learning Solutions
- 193字
- 2021-06-24 18:21:40
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "We will then rename that file autism_detection."
A block of code is set as follows:
import sys
import pandas as pd
import sklearn
import keras
print 'Python: {}'.format(sys.version)
print 'Pandas: {}'.format(pd.__version__)
print 'Sklearn: {}'.format(sklearn.__version__)
print 'Keras: {}'.format(keras.__version__)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
jupyter lab
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "If we go into Files, we will see all the files that we have in the directory, as shown in the following screenshot."
- Microsoft Dynamics CRM Customization Essentials
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- Cloud Analytics with Microsoft Azure
- Hands-On Cloud Solutions with Azure
- 機器自動化控制器原理與應用
- 讓每張照片都成為佳作的Photoshop后期技法
- 數據挖掘方法及天體光譜挖掘技術
- 精通特征工程
- 數據庫系統原理及應用教程(第5版)
- 計算機組網技術
- 多媒體制作與應用
- 機器人人工智能
- Mastering Exploratory Analysis with pandas
- HBase Essentials