Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dc33395

Browse files
committed
fix links
1 parent 93f713e commit dc33395

5 files changed

Lines changed: 53 additions & 53 deletions

docs/advanced-analytics/TOC.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
# [Machine Learning Services - R](r/sql-server-r-services.md)
1212

1313
## [Architecture](r/architecture-overview-sql-server-r-services.md)
14-
### [New Components in SQL Server to Support Machine Learning Services](r/new-components-in-sql-server-to-support-r-services.md)
15-
### [R Interoperability in SQL Server Machine Learning Services](r/r-interoperability-in-sql-server-r-services.md)
14+
### [New Components in SQL Server to Support Machine Learning Services](r/new-components-in-sql-server-to-support-r.md)
15+
### [R Interoperability in SQL Server Machine Learning Services](r/r-interoperability-in-sql-server.md)
1616

1717
## [Setup and Configuration](r/getting-started-with-sql-server-r-services.md)
1818
### [Set up SQL Server Machine Learning Services (In-Database)](r/set-up-sql-server-r-services-in-database.md)
19-
### [Unattended Installs of SQL Server Machine Learning Services](r/unattended-installs-of-sql-server-r-services.md)
20-
### [Configuration (SQL Server Machine Learning Services)](r/configuration-sql-server-r-services.md)
19+
### [Unattended Installs of SQL Server Machine Learning Services](r/unattended-installs-of-sql-server.md)
20+
### [Configuration (SQL Server Machine Learning Services)](r/configuration-sql-server.md)
2121
### [Security Considerations for the R Runtime in SQL Server](r/security-considerations-for-the-r-runtime-in-sql-server.md)
2222
### [Managing and Monitoring Machine Learning Solutions](r/managing-and-monitoring-r-solutions.md)
2323

2424
## [Monitoring](r/monitoring-r-services.md)
2525
### [How To: Create a Resource Pool for R](r/how-to-create-a-resource-pool-for-r.md)
26-
### [Extended Events for SQL Server Machine Learning Services](r/extended-events-for-sql-server-r-services.md)
27-
### [DMVs for SQL Server Machine Learning Services](r/dmvs-for-sql-server-r-services.md)
26+
### [Extended Events for SQL Server Machine Learning Services](r/extended-events-for-sql-server.md)
27+
### [DMVs for SQL Server Machine Learning Services](r/dmvs-for-sql-server.md)
2828
### [Using R Code Profiling Functions](r/using-r-code-profiling-functions.md)
2929
### [Monitor Machine Learning Services using Custom Reports in Management Studio](r/monitor-r-services-using-custom-reports-in-management-studio.md)
3030
### [Resource Governance for Machine Learning Services](r/resource-governance-for-r-services.md)
@@ -65,7 +65,7 @@
6565

6666
## [Predictive Modeling](r/data-exploration-and-predictive-modeling-with-r.md)
6767
### [Converting R Code for Use in Machine Learning Services](r/converting-r-code-for-use-in-sql-server.md)
68-
### [Creating multiple models using rxExecBy](./r/creating-multiple-models-using-rxexecby.md)
68+
### [Creating multiple models using rxExecBy](r/creating-multiple-models-using-rxexecby.md)
6969
<!-- ## [Native Scoring](native-scoring-in-sql-server-2017.md)-->
7070

7171
## [Real-time scoring](real-time-scoring.md)
@@ -123,50 +123,50 @@
123123
# [SQL Server R Services Tutorials](tutorials/machine-learning-services-tutorials.md)
124124

125125
## [Using R Code in Transact-SQL (Basic Tutorial)](tutorials/rtsql-using-r-code-in-transact-sql-sql-server-r-services.md)
126-
### [Working with Inputs and Outputs (R in T-SQL Tutorial)](tutorials/rtsql-working-with-inputs-and-outputs-r-in-t-sql-tutorial.md)
127-
### [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](tutorials/rtsql-r-and-sql-data-types-and-data-objects-r-in-t-sql-tutorial.md)
128-
### [Using R Functions with SQL Server Data (R in T-SQL Tutorial)](tutorials/rtsql-using-r-functions-with-sql-server-data-r-in-t-sql-tutorial.md)
129-
### [Create a Predictive Model (R in T-SQL Tutorial)](tutorials/rtsql-create-a-predictive-model-r-in-t-sql-tutorial.md)
130-
### [Predict and Plot from Model (R in T-SQL Tutorial)](tutorials/rtsql-predict-and-plot-from-model-r-in-t-sql-tutorial.md)
126+
### [Working with Inputs and Outputs (R in T-SQL Tutorial)](tutorials/rtsql-working-with-inputs-and-outputs.md)
127+
### [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md)
128+
### [Using R Functions with SQL Server Data (R in T-SQL Tutorial)](tutorials/rtsql-using-r-functions-with-sql-server-data.md)
129+
### [Create a Predictive Model (R in T-SQL Tutorial)](tutorials/rtsql-create-a-predictive-model.md)
130+
### [Predict and Plot from Model (R in T-SQL Tutorial)](tutorials/rtsql-predict-and-plot-from-model.md)
131131

132132
## [Data Science End-to-End Walkthrough](tutorials/walkthrough-data-science-end-to-end-walkthrough.md)
133-
### [Prerequisites for Data Science Walkthroughs](tutorials/walkthroughprerequisites-for-data-science-walkthroughs-sql-server-r-services.md)
134-
### [Prepare the Data](tutorials/walkthrough-prepare-the-data-data-science-end-to-end-walkthrough.md)
135-
### [View and Explore the Data](tutorials/walkthrough-view-and-explore-the-data-data-science-end-to-end-walkthrough.md)
133+
### [Prerequisites for Data Science Walkthroughs](tutorials/walkthrough-prerequisites-for-data-science-walkthroughs.md)
134+
### [Prepare the Data](tutorials/walkthrough-prepare-the-data.md)
135+
### [View and Explore the Data](tutorials/walkthrough-view-and-explore-the-data.md)
136136
#### [View and Summarize Data using R](tutorials/walkthrough-view-and-summarize-data-using-r.md)
137137
#### [Create Graphs and Plots Using R](tutorials/walkthrough-create-graphs-and-plots-using-r.md)
138-
### [Create Data Features](tutorials/walkthrough-create-data-features-data-science-end-to-end-walkthrough.md)
139-
### [Build and Save the Model](tutorials/walkthrough-build-and-save-the-model-data-science-end-to-end-walkthrough.md)
140-
### [Deploy and Use the Model](tutorials/walkthrough-deploy-and-use-the-model-data-science-end-to-end-walkthrough.md)
138+
### [Create Data Features](tutorials/walkthrough-create-data-features.md)
139+
### [Build and Save the Model](tutorials/walkthrough-build-and-save-the-model.md)
140+
### [Deploy and Use the Model](tutorials/walkthrough-deploy-and-use-the-model.md)
141141

142142
## [Data Science Deep Dive: Using the RevoScaleR Packages](tutorials/deepdive-data-science-deep-dive-using-the-revoscaler-packages.md)
143-
### [Lesson 1: Work with SQL Server Data using R](tutorials/deepdive-work-with-sql-server-data-using-r-data-science-deep-dive.md)
143+
### [Lesson 1: Work with SQL Server Data using R](tutorials/deepdive-work-with-sql-server-data-using-r.md)
144144
#### [Create SQL Server Data Objects using RxSqlServerData](tutorials/deepdive-create-sql-server-data-objects-using-rxsqlserverdata.md)
145145
#### [Query and Modify the SQL Server Data](tutorials/deepdive-query-and-modify-the-sql-server-data.md)
146146
#### [Define and Use Compute Contexts](tutorials/deepdive-define-and-use-compute-contexts.md)
147147

148-
### [Lesson 2: Create and Run R Scripts](tutorials/deepdive-create-and-run-r-scripts-data-science-deep-dive.md)
148+
### [Lesson 2: Create and Run R Scripts](tutorials/deepdive-create-and-run-r-scripts.md)
149149
#### [Visualize SQL Server Data using R](tutorials/deepdive-visualize-sql-server-data-using-r.md)
150150
#### [Create Models](tutorials/deepdive-create-models.md)
151151
#### [Score New Data](tutorials/deepdive-score-new-data.md)
152152

153-
### [Lesson 3: Transform Data Using R](tutorials/deepdive-transform-data-using-r-data-science-deep-dive.md)
153+
### [Lesson 3: Transform Data Using R](tutorials/deepdive-transform-data-using-r.md)
154154
#### [Load Data into Memory using rxImport](tutorials/deepdive-load-data-into-memory-using-rximport.md)
155155
#### [Create New SQL Server Table using rxDataStep](tutorials/deepdive-create-new-sql-server-table-using-rxdatastep.md)
156156
#### [Perform Chunking Analysis using rxDataStep](tutorials/deepdive-perform-chunking-analysis-using-rxdatastep.md)
157157

158-
### [Lesson 4: Analyze Data in Local Compute Context](tutorials/deepdive-analyze-data-in-local-compute-context-data-science-deep-dive.md)
158+
### [Lesson 4: Analyze Data in Local Compute Context](tutorials/deepdive-analyze-data-in-local-compute-context.md)
159159
#### [Move Data between SQL Server and XDF File](tutorials/deepdive-move-data-between-sql-server-and-xdf-file.md)
160160

161-
### [Lesson 5: Create a Simple Simulation](tutorials/deepdive-create-a-simple-simulation-data-science-deep-dive.md)
161+
### [Lesson 5: Create a Simple Simulation](tutorials/deepdive-create-a-simple-simulation.md)
162162

163-
## [In-Database Advanced Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers-tutorial.md)
164-
### [Step 1: Download the Sample Data](tutorials/sqldev-step-1-download-the-sample-data-in-database-advanced-analytics-tutorial.md)
163+
## [In-Database Advanced Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md)
164+
### [Step 1: Download the Sample Data](tutorials/sqldev-download-the-sample-data.md)
165165
### [Step 2: Import Data to SQL Server using PowerShell](r/sqldev-import-data-to-sql-server-using-powershell.md)
166-
### [Step 3: Explore and Visualize the Data](tutorials/sqldev-explore-and-visualize-the-data-in-database-advanced-analytics-tutorial.md)
167-
### [Step 4: Create Data Features using T-SQL](tutorials/sqldev-create-data-features-using-t-sql-in-database-advanced-analytics-tutorial.md)
166+
### [Step 3: Explore and Visualize the Data](tutorials/sqldev-explore-and-visualize-the-data.md)
167+
### [Step 4: Create Data Features using T-SQL](tutorials/sqldev-create-data-features-using-t-sql.md)
168168
### [Step 5: Train and Save a Model using T-SQL](r/sqldev-train-and-save-a-model-using-t-sql.md)
169-
### [Step 6: Operationalize the Model](tutorials/sqldev-operationalize-the-model-in-database-advanced-analytics-tutorial.md)
169+
### [Step 6: Operationalize the Model](tutorials/sqldev-operationalize-the-model.md)
170170

171171
## [Data Science Scenarios and Solution Templates](tutorials/data-science-scenarios-and-solution-templates.md)
172172

docs/advanced-analytics/r/getting-started-with-sql-server-r-services.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ The following sections provide a high level overview of some typical analytical
4242

4343
![rsql_keyscenario2](media/rsql-keyscenario2.png)
4444

45-
For more information, see [Data Exploration and Predictive Modeling with R](r/data-exploration-and-predictive-modeling-with-r.md).
45+
For more information, see [Data Exploration and Predictive Modeling with R](data-exploration-and-predictive-modeling-with-r.md).
4646

4747

4848
- **Optimize**
4949

5050
When analyzing large datasets with R, data scientists often run into performance and scale issues, because the common runtime implementation is single-threaded and can accommodate only those data sets that fit into the available memory on the local computer. To get better performance and work with more data, the data scientist can use the **ScaleR** APIs that are provided as part of [!INCLUDE[rsql_productname](../../includes/rsql-productname-md.md)]. The **RevoScaleR** package contains implementations of some of the most popular R functions, redesigned to provide parallelism and scale. The package also includes functions that further boost performance and scale by pushing computations to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] computer, which typically has far greater memory and computational power.
5151

52-
For more information, see [Data Exploration and Predictive Modeling with R](r/data-exploration-and-predictive-modeling-with-r.md).
52+
For more information, see [Data Exploration and Predictive Modeling with R](data-exploration-and-predictive-modeling-with-r.md).
5353

5454
- **Deploy**
5555

@@ -61,7 +61,7 @@ The following sections provide a high level overview of some typical analytical
6161

6262
![rsql_keyscenario1](rsql-keyscenario1.png)
6363

64-
For more information, see [Operationalizing Your R Code](r/operationalizing-your-r-code.md).
64+
For more information, see [Operationalizing Your R Code](operationalizing-your-r-code.md).
6565

6666
> [!TIP]
6767
> Learn more about how you can integrate SQL Server with data science in this book, available as a free download from Microsoft Virtual Academy:
@@ -73,27 +73,27 @@ The following sections provide a high level overview of some typical analytical
7373

7474
When R jobs are run in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], you can also control and audit the data used by analysts, or schedule jobs and author workflows containing R scripts, just like you would with other stored procedures.
7575

76-
For more information, see [Managing and Monitoring R Solutions](r/managing-and-monitoring-r-solutions.md)
76+
For more information, see [Managing and Monitoring R Solutions](managing-and-monitoring-r-solutions.md)
7777

7878

7979
- **Integrate**
8080

8181
No longer do you have to spend your IT budget getting your enterprise tools to work with some external R runtime environment. You can work in the familiar environment of [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], and develop integrated workflows and reporting solutions using [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] and [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)].
8282

83-
For more information, see [Creating Workflows that Use R in SQL Server](r/creating-workflows-that-use-r-in-sql-server.md).
83+
For more information, see [Creating Workflows that Use R in SQL Server](creating-workflows-that-use-r-in-sql-server.md).
8484

8585

8686
## How Do I Get It?
8787

8888

8989
+ **Install [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] or later and enable R Services (In-Database)** )
9090

91-
[Set up SQL Server R Services &#40;In-Database&#41;](r/set-up-sql-server-r-services-in-database.md).
91+
[Set up SQL Server R Services &#40;In-Database&#41;](set-up-sql-server-r-services-in-database.md).
9292

9393

9494
- **Set up a client workstation**
9595

96-
[Set Up a Data Science Client](r/set-up-a-data-science-client.md)
96+
[Set Up a Data Science Client](set-up-a-data-science-client.md)
9797

9898
> [!TIP]
9999
> Need to create a server for R jobs but don't need SQL Server? Try [Microsoft R Server](https://msdn.microsoft.com/library/mt674874.aspx).
@@ -103,27 +103,27 @@ The following sections provide a high level overview of some typical analytical
103103

104104
- Learn how to call R from a [!INCLUDE[tsql](../../includes/tsql-md.md)] statement and returns results in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]
105105

106-
[Using R Code in Transact-SQL](r/using-r-code-in-transact-sql-sql-server-r-services.md)
106+
[Using R Code in Transact-SQL](using-r-code-in-transact-sql-sql-server-r-services.md)
107107

108108
- Understand the full flow for creating an advanced analytics solution and deploying it using SQL Server R Services
109109

110-
[Data Science End-to-End Walkthrough](r/data-science-end-to-end-walkthrough.md)
110+
[Data Science End-to-End Walkthrough](data-science-end-to-end-walkthrough.md)
111111

112112
- Learn how to use the RevoScaleR package for scalable and high performance analysis, and how to push R computations to the SQL Server computer
113113

114-
[Data Science Deep Dive: Using the RevoScaleR Packages](r/data-science-deep-dive-using-the-revoscaler-packages.md)
114+
[Data Science Deep Dive: Using the RevoScaleR Packages](data-science-deep-dive-using-the-revoscaler-packages.md)
115115

116116
- Embed working R script in [!INCLUDE[tsql](../../includes/tsql-md.md)] stored procedures so that you can call models for prediction, retrain models, or get predictions from applications
117117

118-
[In-Database Advanced Analytics for SQL Developers](r/in-database-advanced-analytics-for-sql-developers-tutorial.md)
118+
[In-Database Advanced Analytics for SQL Developers](in-database-advanced-analytics-for-sql-developers-tutorial.md)
119119

120120
- Use [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] and related business intelligence tools in the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] stack to automate machine learning processes. Data preparation and reporting can be automated using [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)]; display R plots along with other reports using [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] or Power View.
121121

122122
+ More samples, including solution templates and sample R code
123-
[SQL Server R Services Tutorials](r/sql-server-r-services-tutorials.md).
123+
[SQL Server R Services Tutorials](sql-server-r-services-tutorials.md).
124124

125125
## See Also
126-
[SQL Server R Services](r/sql-server-r-services.md)
127-
[Getting Started with Microsoft R Server &#40;Standalone&#41;](r/getting-started-with-microsoft-r-server-standalone.md)
126+
[SQL Server R Services](sql-server-r-services.md)
127+
[Getting Started with Microsoft R Server &#40;Standalone&#41;](getting-started-with-microsoft-r-server-standalone.md)
128128

129129

docs/advanced-analytics/r/new-components-in-sql-server-to-support-r.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: "jhubbard"
2020
In SQL Server 2016 and vNext, the database engine includes optional components that support extensibility for external script languages, including R and Python. Support for the R language was added in SQL Server 2016; support for Python was added in SQL Server vNext Machine Learning Services
2121

2222
This topic describes the new components that work specifically with the R language.
23-
For a discussion of how these components work with open source R, see [R Interoperability](../../advanced-analytics/r-services/r-interoperability-in-sql-server.md)
23+
For a discussion of how these components work with open source R, see [R Interoperability](r-interoperability-in-sql-server.md)
2424

2525
## New Components and Providers
2626

@@ -53,7 +53,7 @@ In addition to the shell that loads R and executes R code as described in the ar
5353
- Error handling
5454
- Writing standard output and errors back to the client
5555

56-
The SQL Satellite can be monitored by using Extended Events. For more information, see [Extended Events for SQL Server R Services](../../advanced-analytics/r-services/extended-events-for-sql-server-r-services.md).
56+
The SQL Satellite can be monitored by using Extended Events. For more information, see [Extended Events for SQL Server R Services](extended-events-for-sql-server-r-services.md).
5757

5858

5959
## Communication Channels Between Components
@@ -120,5 +120,5 @@ When connecting from a remote data science client that supports Microsoft R, you
120120
9. [!INCLUDE[ssNoVersion_md](../../includes/ssnoversion-md.md)] passes results back to the client.
121121

122122
## See Also
123-
[Architecture Overview](r/architecture-overview-sql-server-r.md)
123+
[Architecture Overview](architecture-overview-sql-server-r.md)
124124

docs/advanced-analytics/r/sqldev-import-data-to-sql-server-using-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ Actions performed by the script include:
7676
7777
3. Log in to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] and the login you specified, to verify that you can see the database, tables, functions, and stored procedures that were created.
7878
79-
![rsql_devtut_BrowseTables](../../advanced-analytics/r-services/media/rsql-devtut-browsetables.PNG "rsql_devtut_BrowseTables")
79+
![rsql_devtut_BrowseTables](media/rsql-devtut-browsetables.PNG "rsql_devtut_BrowseTables")
8080
8181
> [!NOTE]
8282
> If the database objects already exist, they cannot be created again.
8383
>
8484
> If the table already exists, the data will be appended, not overwritten. Therefore, be sure to drop any existing objects before running the script.
8585
8686
## Next Step
87-
[Step 3: Explore and Visualize the Data](../../advanced-analytics/r-services/step-3-explore-and-visualize-the-data-in-database-advanced-analytics-tutorial.md)
87+
[Step 3: Explore and Visualize the Data](../tutorials/sqldev-explore-and-visualize-the-data.md)
8888
8989
## Previous Step
90-
[Step 1: Download the Sample Data](../../advanced-analytics/r-services/step-1-download-the-sample-data-in-database-advanced-analytics-tutorial.md)
90+
[Step 1: Download the Sample Data](../tutorials/sqldev-download-the-sample-data.md)
9191
9292
## See Also
93-
[In-Database Advanced Analytics for SQL Developers &#40;Tutorial&#41;](../../advanced-analytics/r-services/in-database-advanced-analytics-for-sql-developers-tutorial.md)
94-
[SQL Server R Services Tutorials](../../advanced-analytics/r-services/sql-server-r-services-tutorials.md)
93+
[In-Database Advanced Analytics for SQL Developers &#40;Tutorial&#41;](../tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md)
94+
[SQL Server R Services Tutorials](../tutorials/machine-learning-services-tutorials.md)
9595
9696
9797

0 commit comments

Comments
 (0)