- SQL Server 2017 Machine Learning Services with R
- Toma? Ka?trun Julie Koesmarno
- 175字
- 2021-06-24 19:03:41
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To calculate crosstabulations – the relationship between two (or more) variables – we will use two functions: rxCrossTabs and rxMargins."
A block of code is set as follows:
> df <- data.frame(unlist(var_info)) > df
Any command-line input or output is written as follows:
EXECsp_execute_external_script @language = N'R' ,@script = N' library(RevoScaleR) df_sql <- InputDataSet var_info <- rxGetInfo(df_sql) OutputDataSet <- data.frame(unlist(var_info))' ,@input_data_1 = N' SELECT BusinessEntityID ,[Name] ,SalesPersonID FROM [Sales].[Store]'
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: "You can always check the run_value of external scripts enabled if it is set to 1."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- Mastering Hadoop 3
- Machine Learning for Cybersecurity Cookbook
- Cinema 4D R13 Cookbook
- 工業(yè)機(jī)器人技術(shù)及應(yīng)用
- Verilog HDL數(shù)字系統(tǒng)設(shè)計入門與應(yīng)用實例
- Mastering D3.js
- JBoss ESB Beginner’s Guide
- Supervised Machine Learning with Python
- 計算機(jī)系統(tǒng)結(jié)構(gòu)
- 學(xué)會VBA,菜鳥也高飛!
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢
- 人工智能:語言智能處理
- Linux系統(tǒng)管理員工具集
- Dreamweaver+Photoshop+Flash+Fireworks網(wǎng)站建設(shè)與網(wǎng)頁設(shè)計完全實用