- 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.
推薦閱讀
- 協作機器人技術及應用
- Google App Inventor
- Matplotlib 3.0 Cookbook
- Visual C++編程全能詞典
- 學會VBA,菜鳥也高飛!
- R Machine Learning Projects
- Excel 2010函數與公式速查手冊
- Web編程基礎
- 典型Hadoop云計算
- Embedded Linux Development using Yocto Projects(Second Edition)
- Learning iOS 8 for Enterprise
- TensorFlow 2.0卷積神經網絡實戰
- SketchUp 2014 for Architectural Visualization(Second Edition)
- Hands-On Data Analysis with NumPy and pandas
- 數據庫技術:Access 2003 計算機網絡技術