- Supervised Machine Learning with Python
- Taylor Smith
- 141字
- 2021-06-24 14:01:03
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
from urllib.request import urlretrieve, ProxyHandler, build_opener, install_opener
import requests
import os
pfx = "https://archive.ics.uci.edu/ml/machine-learning databases/spambase/"
data_dir = "data"
Any command-line input or output is written as follows:
jupyter notebook
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: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 輕松學PHP
- AWS:Security Best Practices on AWS
- 機器人智能運動規劃技術
- JBoss ESB Beginner’s Guide
- 機器人編程實戰
- 運動控制器與交流伺服系統的調試和應用
- Learning C for Arduino
- 大數據驅動的機械裝備智能運維理論及應用
- 網絡布線與小型局域網搭建
- 學會VBA,菜鳥也高飛!
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Raspberry Pi Projects for Kids
- 菜鳥起飛電腦組裝·維護與故障排查
- Moodle 2.0 Course Conversion(Second Edition)
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)