Skip to content

Commit c41da85

Browse files
committed
Edits for Acrolinx
1 parent 59598cb commit c41da85

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SQL Server and Python use different data types in some cases. For a list of mapp
6262

6363
| Function | Description |
6464
|----------|-------------|
65-
|[rx_import](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-import) | Import data into an .xdf file or data frame.|
65+
|[rx_import](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-import) | Import data into a .xdf file or data frame.|
6666
|[rx_data_step](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-data-step) | Transform data from an input data set to an output data set.|
6767

6868
<a name="bkmk_algorithms"></a>
@@ -103,7 +103,7 @@ Inputs and outputs must be **pandas** data frames. When this is done, you can ca
103103

104104
### Using revoscalepy with microsoftml
105105

106-
The Python functions for [microsoftml](ref-py-microsoftml.md) are integrated with the compute contexts and data sources that are provided in revoscalepy. When calling functions from microsoftml, for example when defining and training a model, use the revoscalepy functions to execute the Python code either locally or in a SQl Server remote compute context.
106+
The Python functions for [microsoftml](ref-py-microsoftml.md) are integrated with the compute contexts and data sources that are provided in revoscalepy. When calling functions from microsoftml, for example when defining and training a model, use the revoscalepy functions to execute the Python code either locally or in a SQL Server remote compute context.
107107

108108
The following example shows the syntax for importing modules in your Python code. You can then reference the individual functions you need.
109109

docs/machine-learning/r/ref-r-microsoftml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This section lists the functions by category to give you an idea of how each one
6666
|[concat](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/concat) | Transformation to create a single vector-valued column from multiple columns. |
6767
|[categorical](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/categorical) | Create indicator vector using categorical transform with dictionary. |
6868
|[categoricalHash](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/categoricalhash) | Converts the categorical value into an indicator array by hashing. |
69-
|[featurizeText](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/featurizetext) | Produces a bag of counts of sequences of consecutive words, called n-grams, from a given corpus of text. It offers language detection, tokenization, stopwords removing, text normalization and feature generation. |
69+
|[featurizeText](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/featurizetext) | Produces a bag of counts of sequences of consecutive words, called n-grams, from a given corpus of text. It offers language detection, tokenization, stopwords removing, text normalization, and feature generation. |
7070
|[getSentiment](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/getsentiment) | Scores natural language text and creates a column that contains probabilities that the sentiments in the text are positive.|
7171
|[ngram](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/ngram) | allows defining arguments for count-based and hash-based feature extraction.|
7272
|[selectColumns](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/selectcolumns) | Selects a set of columns to retrain, dropping all others. |

docs/machine-learning/r/ref-r-revoscaler.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: RevoScaleR R package
3-
description: RevoScaleR is an R package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms. It also supports data import, data transformation, summarization, visualization, and analysis.The package is included in SQL Server Machine Learning Services and SQL Server 2016 R Services.
3+
description: RevoScaleR is an R package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms. It also supports data import, data transformation, summarization, visualization, and analysis. The package is included in SQL Server Machine Learning Services and SQL Server 2016 R Services.
44
ms.prod: sql
55
ms.technology: machine-learning-services
66
ms.date: 07/14/2020
@@ -15,9 +15,9 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allv
1515

1616
**RevoScaleR** is an R package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms. It also supports data import, data transformation, summarization, visualization, and analysis. The package is included in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md) and [SQL Server 2016 R Services](sql-server-r-services.md).
1717

18-
In contrast with base R functions, RevoScaleR operations can be performed against very large datasets, in parallel, and on distributed file systems. Functions can operate over datasets that do not fit in memory by using chunking and by reassembling results when operations are complete.
18+
In contrast with base R functions, RevoScaleR operations can be performed against large datasets, in parallel, and on distributed file systems. Functions can operate over datasets that do not fit in memory by using chunking and by reassembling results when operations are complete.
1919

20-
RevoScaleR functions are denoted with an **rx** or **Rx** prefix to make them easy to identify.
20+
RevoScaleR functions are denoted with a rx** or **Rx** prefix to make them easy to identify.
2121

2222
RevoScaleR serves as a platform for distributed data science. For example, you can use the RevoScaleR compute contexts and transformations with the state-of-the-art algorithms in [MicrosoftML](https://docs.microsoft.com/machine-learning-server/r/concept-what-is-the-microsoftml-package). You can also use [rxExec](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxexec) to run base R functions in parallel.
2323

@@ -85,7 +85,7 @@ After you have created a data source object, you can use the object to load data
8585
|---------------|-------------|
8686
|[rxHistogram](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxhistogram) |Creates a histogram from data. |
8787
|[rxLinePlot](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxlineplot) |Creates a line plot from data. |
88-
|[rxLorenz](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxlorenz) |Computes a Lorenz curve which can be plotted. |
88+
|[rxLorenz](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxlorenz) |Computes a Lorenz curve, which can be plotted. |
8989
|[rxRocCurve](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxroc) |Computes and plots ROC curves from actual and predicted data. |
9090

9191
<a name="statistics-functions"></a>

docs/machine-learning/r/ref-r-sqlrutils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By converting your R code to run within a single stored procedure, you can make
1919
The **sqlrutils** package performs these tasks:
2020

2121
- Saves the generated T-SQL script as a string inside an R data structure
22-
- Optionally, generates a .sql file for the T-SQL script, which you can edit or run to create a stored procedure
22+
- Optionally, generate a .sql file for the T-SQL script, which you can edit or run to create a stored procedure
2323
- Registers the newly created stored procedure with the SQL Server instance from your R development environment
2424

2525
You can also execute the stored procedure from an R environment, by passing well-formed parameters and processing the results. Or, you can use the stored procedure from SQL Server to support common database integration scenarios such as ETL, model training, and high-volume scoring.

0 commit comments

Comments
 (0)