- Statistics for Machine Learning
- Pratap Dangeti
- 122字
- 2021-07-02 19:05:52
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The mode function was not implemented in the numpy package.". Any command-line input or output is written as follows:
>>> import numpy as np
>>> from scipy import stats
>>> data = np.array([4,5,1,2,7,2,6,9,3])
# Calculate Mean
>>> dt_mean = np.mean(data) ;
print ("Mean :",round(dt_mean,2))
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 潮流:UI設(shè)計(jì)必修課
- Java應(yīng)用開發(fā)與實(shí)踐
- DevOps Automation Cookbook
- Mastering Python High Performance
- 零基礎(chǔ)學(xué)Java(第4版)
- Java程序設(shè)計(jì):原理與范例
- 小程序開發(fā)原理與實(shí)戰(zhàn)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- ASP.NET Core 2 Fundamentals
- Learning Continuous Integration with TeamCity
- Programming with CodeIgniterMVC
- Citrix XenServer企業(yè)運(yùn)維實(shí)戰(zhàn)
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險(xiǎn)管理
- Mastering Elasticsearch(Second Edition)
- Bootstrap for Rails