- 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.
推薦閱讀
- Hadoop 2.x Administration Cookbook
- 反饋系統:多學科視角(原書第2版)
- UTM(統一威脅管理)技術概論
- Hands-On Machine Learning with TensorFlow.js
- Mastering Elastic Stack
- 數據挖掘方法及天體光譜挖掘技術
- Windows 7寶典
- 我也能做CTO之程序員職業規劃
- Nginx高性能Web服務器詳解
- HTML5 Canvas Cookbook
- 網站入侵與腳本攻防修煉
- Microsoft System Center Confi guration Manager
- Extending Ansible
- Dreamweaver CS6中文版多功能教材
- 人工智能:語言智能處理