- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 113字
- 2021-06-24 15:19:42
Conventions used
There are a number of text conventions used throughout this book:
A block of code is set as follows, with # used for comment lines:
from sklearn.cluster import Method
clus = Method(args*)
# fit to input data
clus.fit(X_input)
# get cluster assignments of X_input
X_assigned = clus.labels_
Any command-line input or output is written as follows:
(base) $ spyder
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.
推薦閱讀
- 錯覺:AI 如何通過數據挖掘誤導我們
- 網上生活必備
- CSS全程指南
- Python Data Science Essentials
- Python Algorithmic Trading Cookbook
- 人工智能與人工生命
- AWS Administration Cookbook
- Ceph:Designing and Implementing Scalable Storage Systems
- 走近大數據
- 教育機器人的風口:全球發展現狀及趨勢
- MySQL Management and Administration with Navicat
- 實戰突擊
- 網絡規劃與設計
- 案例解說虛擬儀器典型控制應用
- INSTANT R Starter