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

Commit e34d312

Browse files
committed
fix architecture links
1 parent e01e17a commit e34d312

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

docs/advanced-analytics/architecture-overview-machine-learning.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.author: "jeannt"
1414
manager: "jhubbard"
1515
---
1616

17-
# Architecture and Overview
18-
1917
# Architecture and Overview of Machine Learning Services
2018

2119
This topic describes the goals of the extensibility framework that supports execution of Python and R script in SQL Server.
@@ -24,8 +22,8 @@ It also provides an overview of how the architecture is designed to meet these g
2422

2523
Overall, the extensibility framework is the same, or similar, for R and Python, but there are details that might be different. For further information about the implementation for a specific language, see these topics:
2624

27-
+ [Architecture Overview for SQL Server R Services](/r-services/architecture-overview-sql-server-r.md)
28-
+ [Architecture Overview for Python in SQL Server](/python/architecture-overview-sql-server-python.md)
25+
- [Architecture Overview for SQL Server R Services](r/architecture-overview-sql-server-r.md)
26+
- [Architecture Overview for Python in SQL Server](python/architecture-overview-sql-server-python.md)
2927

3028

3129
## Design Goals
@@ -36,12 +34,12 @@ The goal of the extensibility framework was to create a better interface between
3634

3735
By executing a trusted scripting language within a secure framework managed by SQL Server, the database developer can maintain security while allowing data scientists to use enterprises data.
3836

39-
![Goals of integration with SQL Server](media/ml-service-value-add.png "Machine Learning Services Value Add")
37+
![Goals of integration with SQL Server](media/ml-service-value-add.png "Machine Learning Services Value Add")
4038

41-
+ Current users of R or Python should be able to port their R code and execute it in SQL Server with relatively minor modifications.
42-
+ The data security model in SQL Server is extended to data used by external script languages. In other words, someone running R or Python script should not be able to use any data that could not be accessed by that user in a SQL query.
43-
+ The database administrator should be able to manage resources used by external scripts, manage users, and manage and monitor external code libraries.
44-
+ The system must support solutions based entirely on open source distributions of R and Python, but use proprietary components developed by Microsoft to provide greater security and performance.
39+
- Current users of R or Python should be able to port their R code and execute it in SQL Server with relatively minor modifications.
40+
- The data security model in SQL Server is extended to data used by external script languages. In other words, someone running R or Python script should not be able to use any data that could not be accessed by that user in a SQL query.
41+
- The database administrator should be able to manage resources used by external scripts, manage users, and manage and monitor external code libraries.
42+
- The system must support solutions based entirely on open source distributions of R and Python, but use proprietary components developed by Microsoft to provide greater security and performance.
4543

4644
## Architecture Pillars
4745

@@ -73,7 +71,7 @@ In addition to the core goals of the extensibility platform, Machine Learning Se
7371
+
7472
Let's see how it works in practice.
7573

76-
![ML solution development process](media/ml-solution-development-process.png "Develop and deploy using Machine Learning Services")
74+
![ML solution development process](media/ml-solution-development-process.png "Develop and deploy using Machine Learning Services")
7775

7876
1. Data is kept within the compliance boundary and use of data can be managed and monitored by SQL Server. Meanwhile, the DBA has full control over who can install packages or run scripts on the server, but can delegate permissions on a database level to data scientists or managers if desired.
7977
2. Data scientists can build and test solutions in their preferred R or Python environments, disconnected from the server.

0 commit comments

Comments
 (0)