Skip to content

Commit d28d858

Browse files
authored
Merge pull request #111583 from garyericson/04-15-more-extra-notes
ASQLML: Removing more extra notes
2 parents 4895ede + 59506ad commit d28d858

6 files changed

+2
-14
lines changed

articles/sql-database/sql-database-tutorial-clustering-model-build.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ In [part one](sql-database-tutorial-clustering-model-prepare-data.md), you learn
3232

3333
In [part three](sql-database-tutorial-clustering-model-deploy.md), you'll learn how to create a stored procedure in an Azure SQL database that can perform clustering in R based on new data.
3434

35-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
36-
3735
## Prerequisites
3836

3937
* Part two of this tutorial assumes you have completed [**part one**](sql-database-tutorial-clustering-model-prepare-data.md) and its prerequisites.

articles/sql-database/sql-database-tutorial-clustering-model-deploy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ In [part one](sql-database-tutorial-clustering-model-prepare-data.md), you learn
3434

3535
In [part two](sql-database-tutorial-clustering-model-build.md), you learned how to create and train a K-Means clustering model in R.
3636

37-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
38-
3937
## Prerequisites
4038

4139
* Part three of this tutorial series assumes you have completed [**part one**](sql-database-tutorial-clustering-model-prepare-data.md) and [**part two**](sql-database-tutorial-clustering-model-build.md).

articles/sql-database/sql-database-tutorial-clustering-model-prepare-data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ In [part two](sql-database-tutorial-clustering-model-build.md), you'll learn how
3838

3939
In [part three](sql-database-tutorial-clustering-model-deploy.md), you'll learn how to create a stored procedure in an Azure SQL database that can perform clustering in R based on new data.
4040

41-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
42-
4341
## Prerequisites
4442

4543
* Azure subscription - If you don't have an Azure subscription, [create an account](https://azure.microsoft.com/free/) before you begin.
4644

47-
* Azure SQL Database Server with Machine Learning Services enabled - During the public preview, Microsoft will onboard you and enable machine learning for your existing or new databases. Follow the steps in [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
45+
* [Azure SQL Database with Machine Learning Services (with R)](sql-database-machine-learning-services-overview.md) enabled.
4846

4947
* RevoScaleR package - See [RevoScaleR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-revoscaler?view=sql-server-2017#versions-and-platforms) for options to install this package locally.
5048

articles/sql-database/sql-database-tutorial-predictive-model-build-compare.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ In [part one](sql-database-tutorial-predictive-model-prepare-data.md), you learn
3232

3333
In [part three](sql-database-tutorial-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 one and two. The stored procedures will run in a SQL database to make predictions based on new data.
3434

35-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
36-
3735
## Prerequisites
3836

3937
* Part two of this tutorial assumes you have completed [**part one**](sql-database-tutorial-predictive-model-prepare-data.md) and its prerequisites.

articles/sql-database/sql-database-tutorial-predictive-model-deploy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ In [part one](sql-database-tutorial-predictive-model-prepare-data.md), you learn
3535

3636
In [part two](sql-database-tutorial-predictive-model-build-compare.md), you learned how to create and train multiple machine learning models in R, and then choose the most accurate one.
3737

38-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
39-
4038
## Prerequisites
4139

4240
* Part three of this tutorial series assumes you have completed [**part one**](sql-database-tutorial-predictive-model-prepare-data.md) and [**part two**](sql-database-tutorial-predictive-model-build-compare.md).

articles/sql-database/sql-database-tutorial-predictive-model-prepare-data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ In [part two](sql-database-tutorial-predictive-model-build-compare.md), you'll l
3636

3737
In [part three](sql-database-tutorial-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 one and two. The stored procedures will run in a SQL database to make predictions based on new data.
3838

39-
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
40-
4139
## Prerequisites
4240

4341
* Azure subscription - If you don't have an Azure subscription, [create an account](https://azure.microsoft.com/free/) before you begin.
4442

45-
* Azure SQL Database Server with Machine Learning Services enabled - During the public preview, Microsoft will onboard you and enable machine learning for your existing or new databases. Follow the steps in [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
43+
* [Azure SQL Database with Machine Learning Services (with R)](sql-database-machine-learning-services-overview.md) enabled.
4644

4745
* RevoScaleR package - See [RevoScaleR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-revoscaler?view=sql-server-2017#versions-and-platforms) for options to install this package locally.
4846

0 commit comments

Comments
 (0)