- Mastering Machine Learning with Spark 2.x
- Alex Tellez Max Pumperla Michal Malohlava
- 189字
- 2021-07-02 18:46:02
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: "We also appended the magic column row_id, which uniquely identifies each row in the dataset." A block of code is set as follows:
import org.apache.spark.ml.feature.StopWordsRemover
val stopWords= StopWordsRemover.loadDefaultStopWords("english") ++ Array("ax", "arent", "re")
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
val MIN_TOKEN_LENGTH = 3
val toTokens= (minTokenLen: Int, stopWords: Array[String],
Any command-line input or output is written as follows:
tar -xvf spark-2.1.1-bin-hadoop2.6.tgz
export SPARK_HOME="$(pwd)/spark-2.1.1-bin-hadoop2.6
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: "Download the DECLINED LOAN DATA as shown in the following screenshot"
- 編程的修煉
- 圖解Java數據結構與算法(微課視頻版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 新編Premiere Pro CC從入門到精通
- Java編程技術與項目實戰(第2版)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Scala Data Analysis Cookbook
- Bootstrap for Rails
- Emotional Intelligence for IT Professionals
- 貫通Tomcat開發
- Robot Framework Test Automation
- jQuery Mobile Web Development Essentials(Second Edition)
- HikariCP數據庫連接池實戰
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- 數據庫技術及應用教程上機指導與習題(第2版)