Skip to content

Commit 728266d

Browse files
committed
Links
1 parent 6a34c0a commit 728266d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/advanced-analytics/r/sql-server-r-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ R Services is an add-on to a SQL Server 2016 database engine instance, used for
1717

1818
R Services includes a base distribution of R, overlaid with enterprise R packages from Microsoft so that you can load and process large amounts of data on multiple cores and aggregate the results into a single consolidated output. Microsoft's R functions and algorithms are engineered for both scale and utility: delivering predictive analytics, statistical modeling, data visualizations, and leading-edge machine learning algorithms in a commercial server product engineered and supported by Microsoft.
1919

20-
R libraries include [**RevoScaleR**](r/ref-r-revoscaler.md), [**MicrosoftML (R)**](r/ref-r-microsoftml.md), and others. Because R Services is integrated with the database engine, you can keep analytics close to the data and eliminate the costs and security risks associated with data movement.
20+
R libraries include [**RevoScaleR**](ref-r-revoscaler.md), [**MicrosoftML (R)**](ref-r-microsoftml.md), and others. Because R Services is integrated with the database engine, you can keep analytics close to the data and eliminate the costs and security risks associated with data movement.
2121

2222
> [!Note]
2323
> R Services was renamed in SQL Server 2017 to [SQL Server Machine Learning Services](../what-is-sql-server-machine-learning.md), reflecting the addition of Python.

docs/advanced-analytics/tutorials/machine-learning-services-tutorials.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ Key differences between R and Python support on SQL Server versus equivalent lan
4040

4141
Start here to learn how to run R or Python from T-SQL and how to operationalize your R and Python code for a SQL production environment.
4242

43-
+ [Python: Run Python using T-SQL](tutorials/run-python-using-t-sql.md)
44-
+ [R: Hello World in R and SQL](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
45-
+ [R: Handle inputs and outputs](tutorials/rtsql-working-with-inputs-and-outputs.md)
46-
+ [R: Handle data types and objects](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md)
47-
+ [R: Using R functions](tutorials/rtsql-using-r-functions-with-sql-server-data.md)
48-
+ [R: Create a predictive model](tutorials/rtsql-create-a-predictive-model-r.md)
49-
+ [R: Predict and plot from model](tutorials/rtsql-predict-and-plot-from-model.md)
43+
+ [Python: Run Python using T-SQL](run-python-using-t-sql.md)
44+
+ [R: Hello World in R and SQL](rtsql-using-r-code-in-transact-sql-quickstart.md)
45+
+ [R: Handle inputs and outputs](rtsql-working-with-inputs-and-outputs.md)
46+
+ [R: Handle data types and objects](rtsql-r-and-sql-data-types-and-data-objects.md)
47+
+ [R: Using R functions](rtsql-using-r-functions-with-sql-server-data.md)
48+
+ [R: Create a predictive model](rtsql-create-a-predictive-model-r.md)
49+
+ [R: Predict and plot from model](rtsql-predict-and-plot-from-model.md)
5050

5151
## Tutorials
5252

5353
Build on your first experience with R and Python and T-SQL by taking a closer look at the Microsoft packages and more specialized operations such as shifting from local to remote compute contexts.
5454

55-
+ [Python tutorials](../tutorials/sql-server-python-tutorials.md)
56-
+ [R tutorials](../tutorials/sql-server-r-tutorials.md)
55+
+ [Python tutorials](sql-server-python-tutorials.md)
56+
+ [R tutorials](sql-server-r-tutorials.md)
5757

5858
<a name ="bkmk_samples"></a>
5959

0 commit comments

Comments
 (0)