- Machine Learning Quick Reference
- Rahul Kumar
- 126字
- 2021-08-20 10:05: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: "Now we will extract a bootstrap sample with the help of the resample function:"
A block of code is set as follows:
#using "resample" function generate a bootstrap sample
boot_samp = resample(dataset, replace=True, n_samples=5, random_state=1)
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.
推薦閱讀
- Java編程全能詞典
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- Big Data Analytics with Hadoop 3
- OpenStack for Architects
- 協作機器人技術及應用
- 群體智能與數據挖掘
- Creo Parametric 1.0中文版從入門到精通
- 分布式多媒體計算機系統
- 自動生產線的拆裝與調試
- Photoshop CS3圖像處理融會貫通
- 3D Printing for Architects with MakerBot
- Ceph:Designing and Implementing Scalable Storage Systems
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 網站入侵與腳本攻防修煉
- 從零開始學JavaScript