Skip to content

Commit 3970722

Browse files
committed
SQLML: Grouping troubleshooting articles
1 parent 7ee96ae commit 3970722

10 files changed

Lines changed: 49 additions & 9 deletions

.openpublishing.redirection.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41948,6 +41948,11 @@
4194841948
{
4194941949
"source_path": "docs/advanced-analytics/common-issues-external-script-execution.md",
4195041950
"redirect_url": "/sql/machine-learning/common-issues-external-script-execution",
41951+
"redirect_document_id": false
41952+
},
41953+
{
41954+
"source_path": "docs/machine-learning/common-issues-external-script-execution.md",
41955+
"redirect_url": "/sql/machine-learning/troubleshooting/common-issues-external-script-execution",
4195141956
"redirect_document_id": true
4195241957
},
4195341958
{
@@ -41978,6 +41983,11 @@
4197841983
{
4197941984
"source_path": "docs/advanced-analytics/data-collection-ml-troubleshooting-process.md",
4198041985
"redirect_url": "/sql/machine-learning/data-collection-ml-troubleshooting-process",
41986+
"redirect_document_id": false
41987+
},
41988+
{
41989+
"source_path": "docs/machine-learning/data-collection-ml-troubleshooting-process.md",
41990+
"redirect_url": "/sql/machine-learning/troubleshooting/data-collection-ml-troubleshooting-process",
4198141991
"redirect_document_id": true
4198241992
},
4198341993
{
@@ -42038,6 +42048,11 @@
4203842048
{
4203942049
"source_path": "docs/advanced-analytics/known-issues-for-sql-server-machine-learning-services.md",
4204042050
"redirect_url": "/sql/machine-learning/known-issues-for-sql-server-machine-learning-services",
42051+
"redirect_document_id": false
42052+
},
42053+
{
42054+
"source_path": "docs/machine-learning/known-issues-for-sql-server-machine-learning-services.md",
42055+
"redirect_url": "/sql/machine-learning/troubleshooting/known-issues-for-sql-server-machine-learning-services",
4204142056
"redirect_document_id": true
4204242057
},
4204342058
{
@@ -42048,6 +42063,11 @@
4204842063
{
4204942064
"source_path": "docs/machine-learning/machine-learning-troubleshooting-faq.md",
4205042065
"redirect_url": "/sql/machine-learning/machine-learning-troubleshooting-overview",
42066+
"redirect_document_id": false
42067+
},
42068+
{
42069+
"source_path": "docs/machine-learning/machine-learning-troubleshooting-overview.md",
42070+
"redirect_url": "/sql/machine-learning/troubleshooting/machine-learning-troubleshooting-overview",
4205142071
"redirect_document_id": true
4205242072
},
4205342073
{
@@ -42163,6 +42183,11 @@
4216342183
{
4216442184
"source_path": "docs/advanced-analytics/r/how-to-do-realtime-scoring.md",
4216542185
"redirect_url": "/sql/machine-learning/r/how-to-do-realtime-scoring",
42186+
"redirect_document_id": false
42187+
},
42188+
{
42189+
"source_path": "docs/machine-learning/r/how-to-do-realtime-scoring.md",
42190+
"redirect_url": "/sql/machine-learning/predictions/how-to-do-realtime-scoring",
4216642191
"redirect_document_id": true
4216742192
},
4216842193
{
@@ -42243,9 +42268,14 @@
4224342268
{
4224442269
"source_path": "docs/machine-learning/r/upgrade-and-installation-faq-sql-server-r-services.md",
4224542270
"redirect_url": "/sql/machine-learning/upgrade-and-installation-faq-sql-server-r-services",
42271+
"redirect_document_id": false
42272+
},
42273+
{
42274+
"source_path": "docs/machine-learning/upgrade-and-installation-faq-sql-server-r-services.md",
42275+
"redirect_url": "/sql/machine-learning/troubleshooting/upgrade-and-installation-faq-sql-server-r-services",
4224642276
"redirect_document_id": true
4224742277
},
42248-
{
42278+
{
4224942279
"source_path": "docs/advanced-analytics/r/using-data-from-olap-cubes-in-r.md",
4225042280
"redirect_url": "/sql/machine-learning/r/using-data-from-olap-cubes-in-r",
4225142281
"redirect_document_id": true
@@ -42258,11 +42288,21 @@
4225842288
{
4225942289
"source_path": "docs/advanced-analytics/r-script-execution-errors.md",
4226042290
"redirect_url": "/sql/machine-learning/r-script-execution-errors",
42291+
"redirect_document_id": false
42292+
},
42293+
{
42294+
"source_path": "docs/machine-learning/r-script-execution-errors.md",
42295+
"redirect_url": "/sql/machine-learning/troubleshooting/r-script-execution-errors",
4226142296
"redirect_document_id": true
4226242297
},
4226342298
{
4226442299
"source_path": "docs/advanced-analytics/real-time-scoring.md",
4226542300
"redirect_url": "/sql/machine-learning/real-time-scoring",
42301+
"redirect_document_id": false
42302+
},
42303+
{
42304+
"source_path": "docs/machine-learning/real-time-scoring.md",
42305+
"redirect_url": "/sql/machine-learning/predictions/real-time-scoring",
4226642306
"redirect_document_id": true
4226742307
},
4226842308
{

docs/machine-learning/r/how-to-do-realtime-scoring.md renamed to docs/machine-learning/predictions/how-to-do-realtime-scoring.md

File renamed without changes.
File renamed without changes.

docs/machine-learning/toc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
- name: Native scoring with PREDICT T-SQL
269269
href: ../machine-learning/predictions/native-scoring-predict-transact-sql.md
270270
- name: How to generate predictions
271-
href: ../machine-learning/r/how-to-do-realtime-scoring.md
271+
href: ../machine-learning/predictions/how-to-do-realtime-scoring.md
272272
- name: Real-time scoring with sp_rxPredict
273-
href: ../machine-learning/real-time-scoring.md
273+
href: ../machine-learning/predictions/real-time-scoring.md
274274
- name: Package management
275275
items:
276276
- name: Install new Python packages
@@ -380,14 +380,14 @@
380380
- name: Troubleshooting
381381
items:
382382
- name: Troubleshooting overview
383-
href: ../machine-learning/machine-learning-troubleshooting-overview.md
383+
href: ../machine-learning/troubleshooting/machine-learning-troubleshooting-overview.md
384384
- name: Known issues
385-
href: ../machine-learning/known-issues-for-sql-server-machine-learning-services.md
385+
href: ../machine-learning/troubleshooting/known-issues-for-sql-server-machine-learning-services.md
386386
- name: Collect data for troubleshooting
387-
href: ../machine-learning/data-collection-ml-troubleshooting-process.md
387+
href: ../machine-learning/troubleshooting/data-collection-ml-troubleshooting-process.md
388388
- name: Install and upgrade errors
389-
href: ../machine-learning/upgrade-and-installation-faq-sql-server-r-services.md
389+
href: ../machine-learning/troubleshooting/upgrade-and-installation-faq-sql-server-r-services.md
390390
- name: Launchpad and external script execution errors
391-
href: ../machine-learning/common-issues-external-script-execution.md
391+
href: ../machine-learning/troubleshooting/common-issues-external-script-execution.md
392392
- name: Common R scripting errors
393-
href: ../machine-learning/r-script-execution-errors.md
393+
href: ../machine-learning/troubleshooting/r-script-execution-errors.md

docs/machine-learning/common-issues-external-script-execution.md renamed to docs/machine-learning/troubleshooting/common-issues-external-script-execution.md

File renamed without changes.

docs/machine-learning/data-collection-ml-troubleshooting-process.md renamed to docs/machine-learning/troubleshooting/data-collection-ml-troubleshooting-process.md

File renamed without changes.

docs/machine-learning/known-issues-for-sql-server-machine-learning-services.md renamed to docs/machine-learning/troubleshooting/known-issues-for-sql-server-machine-learning-services.md

File renamed without changes.

docs/machine-learning/machine-learning-troubleshooting-overview.md renamed to docs/machine-learning/troubleshooting/machine-learning-troubleshooting-overview.md

File renamed without changes.

docs/machine-learning/r-script-execution-errors.md renamed to docs/machine-learning/troubleshooting/r-script-execution-errors.md

File renamed without changes.

docs/machine-learning/upgrade-and-installation-faq-sql-server-r-services.md renamed to docs/machine-learning/troubleshooting/upgrade-and-installation-faq-sql-server-r-services.md

File renamed without changes.

0 commit comments

Comments
 (0)