- 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.
推薦閱讀
- 輕輕松松自動化測試
- 智能傳感器技術(shù)與應(yīng)用
- 大數(shù)據(jù)專業(yè)英語
- Ansible Quick Start Guide
- 計(jì)算機(jī)控制技術(shù)
- 嵌入式Linux上的C語言編程實(shí)踐
- 計(jì)算機(jī)網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- 自主研拋機(jī)器人技術(shù)
- 數(shù)據(jù)挖掘方法及天體光譜挖掘技術(shù)
- 計(jì)算機(jī)系統(tǒng)結(jié)構(gòu)
- ESP8266 Home Automation Projects
- 水下無線傳感器網(wǎng)絡(luò)的通信與決策技術(shù)
- DevOps Bootcamp
- Extending Ansible