- Python Machine Learning Blueprints
- Alexander Combs Michael Roman
- 152字
- 2021-07-02 13:49:34
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, path names, dummy URLs, user input, and Twitter handles. Here is an example: "Let's take a look at a sample interaction, using requests to pull down data from GitHub's API. Here, we will make a call to the API and request a list of starred repositories for a user."
Any command-line input or output is written as follows:
import requests r = requests.get(r"https://api.github.com/users/acombs/starred") r.json()
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: "For Chrome, go to the Google app store and look for the Extensions section."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 24小時學會電腦組裝與維護
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- 顯卡維修知識精解
- BeagleBone By Example
- Intel FPGA/CPLD設(shè)計(高級篇)
- 電腦高級維修及故障排除實戰(zhàn)
- Source SDK Game Development Essentials
- 電腦橫機使用與維修
- Arduino項目開發(fā):智能生活
- 現(xiàn)代多媒體技術(shù)及應(yīng)用
- Mastering Unity 2D Game Development
- Applied Supervised Learning with R
- FPGA設(shè)計技巧與案例開發(fā)詳解
- Learn Human:Computer Interaction
- Arduino項目開發(fā):物聯(lián)網(wǎng)應(yīng)用