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

Commit b685104

Browse files
committed
fix warnings
1 parent c0b2cd5 commit b685104

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/advanced-analytics/TOC.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
## [What is Microsoft Machine Learning Services](r/r-services.md)
33
## [Getting Started](getting-started-with-machine-learning-services.md)
44
## [Architecture and Overview](architecture-overview-machine-learning.md)
5-
### [Security Overview](r/security-overview-sql-server-r-services.md)
5+
### [Security Overview](r/security-overview-sql-server-r.md)
66
### [Configure and Manage Machine Learning Extensions](r/configure-and-manage-advanced-analytics-extensions.md)
77

88
## [Differences in Features between Editions of SQL Server](r/differences-in-r-features-between-editions-of-sql-server.md)
9-
## [What's New](what-s-new-in-sql-server-r-services.md)
9+
## [What's New](what-s-new-in-sql-server-machine-learning-services.md)
1010

1111
# [Machine Learning Services - R](r/sql-server-r-services.md)
1212

13-
## [Architecture](r/architecture-overview-sql-server-r-services.md)
13+
## [Architecture](r/architecture-overview-sql-server-r.md)
1414
### [New Components in SQL Server to Support Machine Learning Services](r/new-components-in-sql-server-to-support-r.md)
1515
### [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.md)
20-
### [Configuration (SQL Server Machine Learning Services)](r/configuration-sql-server.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)
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.md)
27-
### [DMVs for SQL Server Machine Learning Services](r/dmvs-for-sql-server.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)
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)
@@ -110,7 +110,7 @@
110110
### [Modify the User Account Pool for SQL Server Machine Learning Services](r/modify-the-user-account-pool-for-sql-server-r-services.md)
111111
### [Use sqlBindR.exe to Upgrade an Instance of Machine Learning Services](r/use-sqlbindr-exe-to-upgrade-an-instance-of-sql-server.md)
112112

113-
## [Known Issues](r/known-issues-for-sql-server-machine-learning-services.md)
113+
## [Known Issues](known-issues-for-sql-server-machine-learning-services.md)
114114

115115
## [Related Tools](r/setup-or-configure-r-tools.md)
116116
### [Provision the Machine Learning Server Only SQL Server 2016 Enterprise VM on Azure](r/provision-the-r-server-only-sql-server-2016-enterprise-vm-on-azure.md)
@@ -122,11 +122,11 @@
122122

123123
# [SQL Server R Services Tutorials](tutorials/machine-learning-services-tutorials.md)
124124

125-
## [Using R Code in Transact-SQL (Basic Tutorial)](tutorials/rtsql-using-r-code-in-transact-sql-sql-server-r-services.md)
125+
## [Using R Code in Transact-SQL (Basic Tutorial)](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md)
126126
### [Working with Inputs and Outputs (R in T-SQL Tutorial)](tutorials/rtsql-working-with-inputs-and-outputs.md)
127127
### [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md)
128128
### [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)
129+
### [Create a Predictive Model (R in T-SQL Tutorial)](tutorials/rtsql-create-a-predictive-model-r.md)
130130
### [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)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following sections provide a high level overview of some typical analytical
5959

6060
When you need to deploy R code to production, [!INCLUDE[rsql_productname](../../includes/rsql-productname-md.md)] provides the best of the R and SQL worlds. You can use R for statistical computations that are difficult to implement using SQL, but leverage the power of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to achieve maximum performance, using features such as the in-memory database engine and columnstore indexes.
6161

62-
![rsql_keyscenario1](rsql-keyscenario1.png)
62+
![rsql_keyscenario1](media/rsql-keyscenario1.png)
6363

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

@@ -103,24 +103,24 @@ 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](using-r-code-in-transact-sql-sql-server-r-services.md)
106+
[Using R Code in Transact-SQL](using-r-code-in-transact-sql-quickstart.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](data-science-end-to-end-walkthrough.md)
110+
[Data Science End-to-End Walkthrough](../tutorials/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](data-science-deep-dive-using-the-revoscaler-packages.md)
114+
[Data Science Deep Dive: Using the RevoScaleR Packages](../tutorials/deepdive-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](in-database-advanced-analytics-for-sql-developers-tutorial.md)
118+
[In-Database Advanced Analytics for SQL Developers](../tutorials/sqldev-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](sql-server-r-services-tutorials.md).
123+
[SQL Server R Services Tutorials](../tutorials/machine-learning-services-tutorials.md).
124124

125125
## See Also
126126
[SQL Server R Services](sql-server-r-services.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ 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](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.

0 commit comments

Comments
 (0)