Skip to content

Commit c0b60be

Browse files
committed
Rename and move deploy articles
1 parent b03996f commit c0b60be

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42353,6 +42353,11 @@
4235342353
{
4235442354
"source_path": "docs/advanced-analytics/r/converting-r-code-for-use-in-sql-server.md",
4235542355
"redirect_url": "/sql/machine-learning/r/converting-r-code-for-use-in-sql-server",
42356+
"redirect_document_id": false
42357+
},
42358+
{
42359+
"source_path": "docs/advanced-analytics/r/converting-r-code-for-use-in-sql-server.md",
42360+
"redirect_url": "/sql/machine-learning/deploy/modify-r-python-code-to-run-in-sql-server",
4235642361
"redirect_document_id": true
4235742362
},
4235842363
{
@@ -42403,6 +42408,11 @@
4240342408
{
4240442409
"source_path": "docs/advanced-analytics/r/operationalizing-your-r-code.md",
4240542410
"redirect_url": "/sql/machine-learning/r/operationalizing-your-r-code",
42411+
"redirect_document_id": false
42412+
},
42413+
{
42414+
"source_path": "docs/machine-learning/r/operationalizing-your-r-code.md",
42415+
"redirect_url": "/sql/machine-learning/deploy/operationalizing-your-r-code",
4240642416
"redirect_document_id": true
4240742417
},
4240842418
{

docs/machine-learning/r/converting-r-code-for-use-in-sql-server.md renamed to docs/machine-learning/deploy/modify-r-python-code-to-run-in-sql-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,15 @@ To view examples of how R and Python solutions can be deployed in SQL Server, se
164164
### R tutorials
165165

166166
+ [Develop a predictive model in R with SQL machine learning](../tutorials/r-predictive-model-introduction.md)
167+
167168
+ [Predict NYC taxi fares with binary classification](../tutorials/r-taxi-classification-introduction.md)
169+
168170
::: moniker range=">=sql-server-2016||>=sql-server-linux-ver15"
169171
+ [SQL development for R data scientists](../tutorials/walkthrough-data-science-end-to-end-walkthrough.md)
170172
::: moniker-end
171173

172174
### Python tutorials
173175

174176
+ [Predict ski rental with linear regression with SQL machine learning](../tutorials/python-ski-rental-linear-regression.md)
177+
175178
+ [Predict NYC taxi fares with binary classification](../tutorials/python-taxi-classification-introduction.md)

docs/machine-learning/r/operationalizing-your-r-code.md renamed to docs/machine-learning/deploy/operationalizing-your-r-code.md

File renamed without changes.

docs/machine-learning/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ items:
261261
- name: Deploy
262262
items:
263263
- name: Operationalize using stored procedures
264-
href: ../machine-learning/r/operationalizing-your-r-code.md
264+
href: ../machine-learning/deploy/operationalizing-your-r-code.md
265265
- name: Convert R code for SQL Server
266-
href: ../machine-learning/r/converting-r-code-for-use-in-sql-server.md
266+
href: ../machine-learning/deploy/modify-r-python-code-to-run-in-sql-server.md
267267
- name: Predictions
268268
items:
269269
- name: Native scoring with PREDICT T-SQL

0 commit comments

Comments
 (0)