Skip to content

Commit 680524f

Browse files
committed
SEO metadata description fixes
1 parent 2eb31da commit 680524f

22 files changed

Lines changed: 22 additions & 22 deletions

docs/machine-learning/python/ref-py-revoscalepy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: revoscalepy Python package
3-
description: revoscalepy is a Python package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms. The package is included in SQL Server Machine Learning Services.
3+
description: revoscalepy is a Python package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms.
44
ms.prod: sql
55
ms.technology: machine-learning-services
66
ms.date: 07/14/2020

docs/machine-learning/r/how-to-create-mdx-queries-using-olapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create MDX queries in R using olapR
3-
description: Use the olapR package library in SQL Server to write MDX queries in R language script.
3+
description: Learn how to use the olapR package library in SQL Server to write MDX queries or execute an existing MDX query in R language script.
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/r/r-server-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is standalone Machine Learning Server or R Server?
3-
description: Overview introduction to standalone R Server and Machine Learning Server in SQL Server Setup
3+
description: Learn the differences between standalone R Server and Machine Learning Server in SQL Server Setup.
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-create-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create R models with RevoScaleR
3-
description: "RevoScaleR tutorial 7: How to build a model using the R language on SQL Server."
3+
description: "Learn how to create a linear regression model to analyze the data that you enriched in a previous tutorial."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-create-new-sql-server-table-using-rxdatastep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create table using rxDataStep
3-
description: "RevoScaleR tutorial 11: How to create a SQL Server table using the R language on SQL Server."
3+
description: "Learn how to move data between in-memory data frames, the SQL Server context, and local files by using rxDataStep."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-create-sql-server-data-objects-using-rxsqlserverdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create RxSqlServerData objects
3-
description: "RevoScaleR tutorial 2: How to create data objects using the R language on SQL Server."
3+
description: "Learn how to use RevoScaleR functions with SQL Server. This tutorial is a continuation of database creation: adding tables and loading data."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-custom-r-functions-using-rxexec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Custom R functions using rxExec
3-
description: "RevoScaleR tutorial 14: How to run custom R scripts on SQL Server using RevoScaleR functions."
3+
description: "Learn to use simulated data to demonstrate execution of a custom R function that runs on a remote server."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-define-and-use-compute-contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use RevoScaleR compute contexts
3-
description: "RevoScaleR tutorial 4: How to define a compute context using the R language on SQL Server."
3+
description: "Learn about the RxInSqlServer function, which lets you define a compute context for a remote SQL Server."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-load-data-into-memory-using-rximport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Load data using rxImport
3-
description: "RevoScaleR tutorial 10: How to load data using the R language on SQL Server."
3+
description: "Learn how to get data from SQL Server, and then use the rxImport function to put the data of interest into a local file."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

docs/machine-learning/tutorials/deepdive-move-data-between-sql-server-and-xdf-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Move data with XDF file
3-
description: "RevoScaleR tutorial 13: How to move data using XDF and the R language on SQL Server."
3+
description: "Use an XDF file to transfer data between remote and local compute contexts. Storing the data in an XDF file allows you to perform transformations on the data."
44
ms.prod: sql
55
ms.technology: machine-learning-services
66

0 commit comments

Comments
 (0)