Skip to content

Commit 6cb8185

Browse files
authored
Merge pull request MicrosoftDocs#1473 from jeannt/newpy
Bug fixes and TOC updates
2 parents 0980fcd + 348dff0 commit 6cb8185

5 files changed

Lines changed: 190 additions & 183 deletions

docs/advanced-analytics/TOC.md

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- ### [Resource Governance for Python](python/resource-governance-for-python.md)-->
3434

3535

36-
# [Machine Learning Server (Standalone)](r/r-server-standalone.md)
36+
# [Machine Learning Server - Standalone](r/r-server-standalone.md)
3737
## [Getting Started](r/getting-started-with-microsoft-r-server-standalone.md)
3838
## [Set up Machine Learning Server Standalone](r/create-a-standalone-r-server.md)
3939
### [Install Microsoft Machine Learning Server from the Command Line](r/install-microsoft-r-server-from-the-command-line.md)
@@ -111,41 +111,49 @@
111111
### [Set up Data Science Tools](r/setup-or-configure-r-tools.md)
112112
### [Set Up a Data Science Client](r/set-up-a-data-science-client.md)
113113

114-
## [Blog](https://blogs.technet.microsoft.com/machinelearning/)
115-
## [Feedback Forum](https://social.msdn.microsoft.com/Forums/sqlserver/home?category=sqlserver)
114+
## Blogs
115+
116+
### [SQL Server](https://blogs.technet.microsoft.com/dataplatforminsider/)
117+
### [R Server](https://blogs.msdn.microsoft.com/microsoftrservertigerteam/)
118+
### [Machine Learning](https://blogs.technet.microsoft.com/machinelearning/)
119+
120+
## Feedback Forums
121+
### [SQL Server](https://social.msdn.microsoft.com/Forums/sqlserver/home?category=sqlserver)
122+
### [Microsoft R Server](https://social.msdn.microsoft.com/Forums/azure/home?forum=MicrosoftR)
116123

117124
# [Reference](r/machine-learning-services-r-reference.md)
118125
## [MicrosoftML](using-the-microsoftml-package.md)
119126
## [RevoScaleR](r/revoscaler-overview.md)
120-
### [ScaleR Functions for Working with SQL Server Data](r/scaler-functions-for-working-with-sql-server-data.md)
127+
### [ScaleR Functions for SQL Server Data](r/scaler-functions-for-working-with-sql-server-data.md)
121128
## [SqlRUtils](r/generating-an-r-stored-procedure-for-r-code-using-the-sqlrutils-package.md)
122129
## [OlapR](r/how-to-create-mdx-queries-using-olapr.md)
123-
## [What is RevoScalePy](python/what-is-revoscalepy.md)
130+
## [RevoScalePy](python/what-is-revoscalepy.md)
124131

125-
# [Machine Learning Tutorials](tutorials/machine-learning-services-tutorials.md)
132+
# [Tutorials](tutorials/machine-learning-services-tutorials.md)
126133

127-
## [Run Python using T-SQL](tutorials/run-python-using-t-sql.md)
128-
## [Create a Model using revoscalepy](tutorials/use-python-revoscalepy-to-create-model.md)
129-
## [Deploy and Consume Python Models](../advanced-analytics/python/publish-consume-python-code.md)
130-
## [Using R Code in Transact-SQL (Basic Tutorial)](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
131-
### [Working with Inputs and Outputs (R in T-SQL Tutorial)](tutorials/rtsql-working-with-inputs-and-outputs.md)
132-
### [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md)
133-
### [Using R Functions with SQL Server Data (R in T-SQL Tutorial)](tutorials/rtsql-using-r-functions-with-sql-server-data.md)
134-
### [Create a Predictive Model (R in T-SQL Tutorial)](tutorials/rtsql-create-a-predictive-model-r.md)
135-
### [Predict and Plot from Model (R in T-SQL Tutorial)](tutorials/rtsql-predict-and-plot-from-model.md)
134+
## [Python: Run Python using T-SQL](tutorials/run-python-using-t-sql.md)
135+
## [Python: Create a Model using revoscalepy](tutorials/use-python-revoscalepy-to-create-model.md)
136+
## [Python: Deploy and Consume Models](../advanced-analytics/python/publish-consume-python-code.md)
136137

137-
## [Data Science End-to-End Walkthrough](tutorials/walkthrough-data-science-end-to-end-walkthrough.md)
138+
## [R: Use R Code in Transact-SQL](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
139+
### [Working with Inputs and Outputs](tutorials/rtsql-working-with-inputs-and-outputs.md)
140+
### [R and SQL Data Types and Data Objects](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md)
141+
### [Using R Functions with SQL Server Data](tutorials/rtsql-using-r-functions-with-sql-server-data.md)
142+
### [Create a Predictive Model](tutorials/rtsql-create-a-predictive-model-r.md)
143+
### [Predict and Plot from Model](tutorials/rtsql-predict-and-plot-from-model.md)
144+
145+
## [R: Data Science End to End Solution](tutorials/walkthrough-data-science-end-to-end-walkthrough.md)
138146
### [Prerequisites for Data Science Walkthroughs](tutorials/walkthrough-prerequisites-for-data-science-walkthroughs.md)
139147
### [Prepare the Data](tutorials/walkthrough-prepare-the-data.md)
140-
### [View and Explore the Data](tutorials/walkthrough-view-and-explore-the-data.md)
141-
#### [View and Summarize Data using R](tutorials/walkthrough-view-and-summarize-data-using-r.md)
142-
#### [Create Graphs and Plots Using R](tutorials/walkthrough-create-graphs-and-plots-using-r.md)
143-
### [Create Data Features](tutorials/walkthrough-create-data-features.md)
148+
### [Explore the Data](tutorials/walkthrough-view-and-explore-the-data.md)
149+
### [Summarize Data using R](tutorials/walkthrough-view-and-summarize-data-using-r.md)
150+
### [Create Graphs and Plots Using R](tutorials/walkthrough-create-graphs-and-plots-using-r.md)
151+
### [Create Data Features using SQL and R](tutorials/walkthrough-create-data-features.md)
144152
### [Build and Save the Model](tutorials/walkthrough-build-and-save-the-model.md)
145153
### [Deploy and Use the Model](tutorials/walkthrough-deploy-and-use-the-model.md)
146-
147-
## [Data Science Deep Dive: Using the RevoScaleR Packages](tutorials/deepdive-data-science-deep-dive-using-the-revoscaler-packages.md)
148-
### [Lesson 1: Work with SQL Server Data using R](tutorials/deepdive-work-with-sql-server-data-using-r.md)
154+
155+
## [R: Data Science Deep Dive with RevoScaleR](tutorials/deepdive-data-science-deep-dive-using-the-revoscaler-packages.md)
156+
### [Lesson 1: Work with SQL Server Data](tutorials/deepdive-work-with-sql-server-data-using-r.md)
149157
#### [Create SQL Server Data Objects using RxSqlServerData](tutorials/deepdive-create-sql-server-data-objects-using-rxsqlserverdata.md)
150158
#### [Query and Modify the SQL Server Data](tutorials/deepdive-query-and-modify-the-sql-server-data.md)
151159
#### [Define and Use Compute Contexts](tutorials/deepdive-define-and-use-compute-contexts.md)
@@ -165,13 +173,17 @@
165173

166174
### [Lesson 5: Create a Simple Simulation](tutorials/deepdive-create-a-simple-simulation.md)
167175

168-
## [In-Database Advanced Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md)
176+
## [R: In-Database Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md)
169177
### [Step 1: Download the Sample Data](tutorials/sqldev-download-the-sample-data.md)
170178
### [Step 2: Import Data to SQL Server using PowerShell](r/sqldev-import-data-to-sql-server-using-powershell.md)
171179
### [Step 3: Explore and Visualize the Data](tutorials/sqldev-explore-and-visualize-the-data.md)
172180
### [Step 4: Create Data Features using T-SQL](tutorials/sqldev-create-data-features-using-t-sql.md)
173181
### [Step 5: Train and Save a Model using T-SQL](r/sqldev-train-and-save-a-model-using-t-sql.md)
174182
### [Step 6: Operationalize the Model](tutorials/sqldev-operationalize-the-model.md)
175183

176-
## [Data Science Scenarios and Solution Templates](tutorials/data-science-scenarios-and-solution-templates.md)
184+
# Samples
177185

186+
## [Data Science Solution Templates](tutorials/data-science-scenarios-and-solution-templates.md)
187+
## [SQL Server Samples](https://github.com/Microsoft/sql-server-samples)
188+
## [Demand Forecasting with R Services](https://www.microsoft.com/sql-server/developer-get-started/r)
189+
## [Customer Clustering with R](https://www.microsoft.com/sql-server/developer-get-started/rclustering)

docs/advanced-analytics/python/what-is-revoscalepy.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "What is revoscalepy | Microsoft Docs"
2+
title: "Introducing revoscalepy | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/16/2017"
4+
ms.date: "04/27/2017"
55
ms.prod: "sql-server-2016"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -13,7 +13,7 @@ author: "jeannt"
1313
ms.author: "jeannt"
1414
manager: "jhubbard"
1515
---
16-
# What is revoscalepy
16+
# Introducing revoscalepy
1717

1818
**revoscalepy** is a new library provided by Microsoft to support distributed computing, remote compute contexts, and high-performance algorithms for Python.
1919

@@ -28,7 +28,7 @@ It is based on the **RevoScaleR** package for R, which was provided in Microsoft
2828
>
2929
> Python support is a new feature in SQL Server 2017 and is supported for preview only.
3030
>
31-
> The **revoscalepy** module contains only a subset of the functionality provided in the corresponding **RevoScaler** package for R.
31+
> The **revoscalepy** module contains only a subset of the functionality provided in the corresponding **RevoScaleR** package for R.
3232
3333
## Versions and Supported Platforms
3434

@@ -49,13 +49,13 @@ For a list of mappings between SQL and Python data types, see [Python Libraries
4949

5050
You can get data from any ODBC database, SQL Server, or XDF file, using the data soure functions listed in the following table.
5151

52-
Remote compute contexts supported for this release: local, or in SQL Server 2017.
52+
Remote compute contexts supported for this release are local, or in SQL Server 2017.
5353

5454
### Functions
5555

5656
The following functions are included in SQL Server 2017 CTP 2.0.
5757

58-
| Function name | Category|
58+
| Function name | Category|
5959
| ------ | ------ |
6060
|`rx_btrees_ex` | analytic|
6161
|`rx_dforest_ex` | analytic |
@@ -82,8 +82,8 @@ If you are new to the idea of remote compute contexts, we recommend that you sta
8282
Locate the corresponding function in R help or in the MSDN library for [RevoScaleR](https://msdn.microsoft.com/microsoft-r/scaler/scaler).
8383

8484
> [!NOTE]
85-
> All functions are pre-release versions. Some functions have not been fully tested, and some functions do not have the same level of functionality as the corresponding function in RevoScaleR.+ Using Python help
86-
85+
> All functions are pre-release versions. Some functions have not been fully tested, and some functions do not have the same level of functionality as the corresponding function in RevoScaleR.
86+
8787
+ Use Python help features
8888

8989
You can get help on any Python function by importing the module, and then calling `help()`. For example, running `help(revoscalepy)` from your Python IDE returns a list of all included functions with their signatures.
@@ -102,10 +102,10 @@ You can run code that includes **revoscalepy** functions in two scenarios:
102102
+ Execute a Python script from the command line, or from a Python development environment, and call a remote compute context.
103103
+ Embed Python code in the stored procedure, [sp_execute_external_script].(https://docs.microsoft.com/sql/relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql), and call the stored procedure from any client that supports T-SQL.
104104

105-
[!NOTE]
106-
> To run Python code in SQL Server, you must have installed SQL Server 2017 and enabled the feature **Machine Learning Services** with Python. Other versions of SQL Server do not support Python integration.
105+
> [!NOTE]
106+
> To run Python code in SQL Server, you must have installed SQL Server 2017 together with the feature **Machine Learning Services**, and enabled the Python language. Other versions of SQL Server do not support Python integration.
107107
>
108-
> Open source distributions of Python do not support SQL Server integration. However, you can install Microsoft Machine Learning Server to publish and consume Python applications from Windows without installing SQL Server. For more information, see [Create a Standalone R Server](../r/create-a-standalone-r-server.md)
108+
> Open source distributions of Python do not support SQL Server compute contexts. However, you can install Microsoft Machine Learning Server to publish and consume Python applications from Windows without installing SQL Server. For more information, see [Create a Standalone R Server](../r/create-a-standalone-r-server.md)
109109
110110
### Using remote compute contexts
111111

0 commit comments

Comments
 (0)