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

Commit f5d4dbc

Browse files
20240529 acrolinx, metadata
1 parent 9818085 commit f5d4dbc

7 files changed

Lines changed: 12 additions & 7 deletions

docs/machine-learning/install/sql-pretrained-models-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Install pretrained models
33
description: Add pretrained models for sentiment analysis and image featurization to SQL Server Machine Learning Services (R or Python) or SQL Server R Services.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6+
ms.reviewer: monamaki
67
ms.date: 05/29/2024
78
ms.service: sql
89
ms.subservice: machine-learning-services

docs/machine-learning/python/setup-python-client-tools-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Set up a Python data science client
33
description: Set up a Python local environment (Jupyter Notebook or PyCharm) for remote connections to SQL Server Machine Learning Services with Python.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6+
ms.reviewer: monamaki
67
ms.date: 05/29/2024
78
ms.service: sql
89
ms.subservice: machine-learning-services

docs/machine-learning/r/set-up-data-science-client.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Set up an R data science client
33
description: Install local R libraries and tools on a development workstation for remote connections to SQL Server.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 05/09/2022
6+
ms.reviewer: monamaki
7+
ms.date: 05/29/2024
78
ms.service: sql
89
ms.subservice: machine-learning-services
910
ms.custom: linux-related-content

docs/machine-learning/tutorials/demo-data-nyctaxi-in-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: NYC Taxi demo data for tutorials
33
description: Create a database containing the New York City taxi sample data. This dataset is used in R and Python tutorials for SQL Server Machine Learning Services.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 11/02/2022
6+
ms.reviewer: monamaki
7+
ms.date: 05/29/2024
78
ms.service: sql
89
ms.subservice: machine-learning-services
910
ms.topic: tutorial

docs/machine-learning/tutorials/python-clustering-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL machine learning
44
description: In this four-part tutorial series, the goal is to cluster customers, using K-Means, in a database using Python with SQL machine learning.
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
7-
ms.reviewer: randolphwest, anmunde
7+
ms.reviewer: monamaki, randolphwest, anmunde
88
ms.date: 05/29/2024
99
ms.service: sql
1010
ms.subservice: machine-learning

docs/machine-learning/tutorials/python-ski-rental-linear-regression.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ titleSuffix: SQL machine learning
44
description: In this four-part tutorial series, you build a linear regression model in Python to predict ski rentals with SQL machine learning.
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
7+
ms.reviewer: monamaki
78
ms.date: 05/29/2024
89
ms.service: sql
910
ms.subservice: machine-learning

docs/machine-learning/tutorials/r-predictive-model-introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL machine learning
44
description: In this four-part tutorial series, you'll develop data to train a predictive model in R with SQL machine learning.
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
7-
ms.reviewer: garye, jroth
7+
ms.reviewer: monamaki
88
ms.date: 05/29/2024
99
ms.service: sql
1010
ms.subservice: machine-learning
@@ -38,7 +38,7 @@ In this article, you'll learn how to:
3838
3939
In [part two](r-predictive-model-prepare-data.md), you'll learn how to load the data from a database into a Python data frame, and prepare the data in R.
4040

41-
In [part three](r-predictive-model-train.md), you'll learn how to train a machine learning model model in R.
41+
In [part three](r-predictive-model-train.md), you'll learn how to train a machine learning model in R.
4242

4343
In [part four](r-predictive-model-deploy.md), you'll learn how to store the model in a database, and then create stored procedures from the R scripts you developed in parts two and three. The stored procedures will run on the server to make predictions based on new data.
4444

@@ -92,10 +92,10 @@ The sample database used in this tutorial has been saved to a `.bak` database ba
9292
::: moniker range="=azuresqldb-mi-current"
9393
1. Download the file [TutorialDB.bak](https://aka.ms/TutorialDB_bak).
9494

95-
1. Follow the directions in [Restore a database to a Managed Instance](/azure/sql-database/sql-database-managed-instance-get-started-restore) in SQL Server Management Studio, using these details:
95+
1. Follow the directions in [Restore a database to Azure SQL Managed Instance](/azure/sql-database/sql-database-managed-instance-get-started-restore) in SQL Server Management Studio, using these details:
9696

9797
* Import from the `TutorialDB.bak` file you downloaded.
98-
* Name the target database `TutorialDB.
98+
* Name the target database `TutorialDB`.
9999

100100
1. You can verify that the restored database exists by querying the `dbo.rental_data` table:
101101

0 commit comments

Comments
 (0)