- Apache Spark Machine Learning Blueprints
- Alex Liu
- 188字
- 2021-07-16 10:39:47
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: "In R, the forecast
package has an accuracy
function that can be used to calculate forecasting accuracy."
A block of code is set as follows:
df1 = sqlContext.read \ . format("json") \ data format is json . option("samplingRatio", "0.01") \ set sampling ratio as 1% . load("/home/alex/data1,json") \ specify data name and location
Any command-line input or output is written as follows:
sqlContext <- sparkRSQL.init(sc)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Users can click on Create new note, which is the first line under Notebook on the first left-hand side column."
- 亮劍.NET:.NET深入體驗(yàn)與實(shí)戰(zhàn)精要
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- 構(gòu)建高質(zhì)量的C#代碼
- Go Machine Learning Projects
- Cinema 4D R13 Cookbook
- 基于LabWindows/CVI的虛擬儀器設(shè)計(jì)與應(yīng)用
- Dreamweaver CS3網(wǎng)頁(yè)制作融會(huì)貫通
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測(cè)技術(shù)
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- 機(jī)器人創(chuàng)新實(shí)訓(xùn)教程
- 自動(dòng)控制理論(非自動(dòng)化專業(yè))
- 大數(shù)據(jù)驅(qū)動(dòng)的設(shè)備健康預(yù)測(cè)及維護(hù)決策優(yōu)化
- 電腦主板現(xiàn)場(chǎng)維修實(shí)錄
- 大數(shù)據(jù)技術(shù)基礎(chǔ):基于Hadoop與Spark
- Learning Cassandra for Administrators