Skip to content

Commit 24b0aef

Browse files
author
MightyPen
committed
docs/dmx/, 'http:' need 's', 'en-us/', CATS inspired. Previous PR was 8069.
1 parent a5a1369 commit 24b0aef

17 files changed

Lines changed: 22 additions & 22 deletions

docs/dma/dma-consolidatereports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "Assess an enterprise and consolidate assessment reports (SQL Server) | Microsoft Docs"
33
description: Learn how to use DMA to assess an enterprise and consolidate assessment reports before upgrading SQL Server or migrating to Azure SQL Database.
44
ms.custom: ""
@@ -26,7 +26,7 @@ The following step-by-step instructions help you use the Data Migration Assistan
2626
- Designate a tools computer on your network from which DMA will be initiated. Ensure that this computer has connectivity to your SQL Server targets.
2727
- Download and install:
2828
- [Data Migration Assistant](https://www.microsoft.com/download/details.aspx?id=53595) v3.6 or above.
29-
- [PowerShell](http://aka.ms/wmf5download) v5.0 or above.
29+
- [PowerShell](https://aka.ms/wmf5download) v5.0 or above.
3030
- [.NET Framework](https://www.microsoft.com/download/details.aspx?id=30653) v4.5 or above.
3131
- [SSMS](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms) 17.0 or above.
3232
- [PowerBI desktop](https://docs.microsoft.com/power-bi/desktop-get-the-desktop).

docs/dmx/bottomcount-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BottomCount(<table expression>, <rank expression>, <count>)
3232
The value that is supplied by the \<rank expression> argument determines the increasing order of rank for the rows that are supplied in the \<table expression> argument, and the number of bottom-most rows that is specified in the \<count> argument is returned.
3333

3434
## Examples
35-
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
35+
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
3636

3737
To understand how BottomCount works, it might be helpful to first execute a prediction query that returns only the nested table.
3838

docs/dmx/bottompercent-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BottomPercent(<table expression>, <rank expression>, <percent>)
3939
The **BottomPercent** function returns the bottom-most rows in increasing order of rank. The rank is based on the evaluated value of the \<rank expression> argument for each row, such that the sum of the \<rank expression> values is at least the given percentage that is specified by the \<percent> argument. **BottomPercent** returns the smallest number of elements possible while still meeting the specified percent value.
4040

4141
## Examples
42-
The following example creates a prediction query against the Association model that you built in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
42+
The following example creates a prediction query against the Association model that you built in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
4343

4444
To understand how BottomPercent works, it may be helpful to first execute a prediction query that returns only the nested table.
4545

docs/dmx/bottomsum-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BottomSum(<table expression>, <rank expression>, <sum>)
3232
The **BottomSum** function returns the bottom-most rows in increasing order of rank. The rank is based on the evaluated value of the \<rank expression> argument for each row, such that the sum of the \<rank expression> values is at least the given total that is specified by the \<sum> argument. **BottomSum** returns the smallest number of elements possible while still meeting the specified sum value.
3333

3434
## Examples
35-
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
35+
The following example creates a prediction query against the Association model that you build by using the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c).
3636

3737
To understand how BottomSum works, it might be helpful to first execute a prediction query that returns only the nested table.
3838

docs/dmx/create-mining-model-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CREATE MINING MODEL <model> FROM PMML <xml string>
121121
## Remarks
122122
If you want to create a model that has a built-in testing data set, you should use the statement CREATE MINING STRUCTURE followed by ALTER MINING STRUCTURE. However, not all model types support a holdout data set. For more information, see [CREATE MINING STRUCTURE &#40;DMX&#41;](../dmx/create-mining-structure-dmx.md).
123123

124-
For a walkthrough of how to create a mining model by using the CREATEMODEL statement, see [Time Series Prediction DMX Tutorial](http://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
124+
For a walkthrough of how to create a mining model by using the CREATEMODEL statement, see [Time Series Prediction DMX Tutorial](https://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
125125

126126
## Naive Bayes Example
127127
The following example uses the [!INCLUDE[msCoName](../includes/msconame-md.md)] Naive Bayes algorithm to create a new mining model. The Bike Buyer column is defined as the predictable attribute.

docs/dmx/dmx-tutorials-analysis-services-data-mining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ manager: kfile
1616
The following tutorials introduce you to the use of Data Mining Extensions (DMX) statements with data mining structures and models.
1717

1818
## In This Section
19-
[Bike Buyer DMX Tutorial](http://msdn.microsoft.com/library/4b634cc1-86dc-42ec-9804-a19292fe8448)
19+
[Bike Buyer DMX Tutorial](https://msdn.microsoft.com/library/4b634cc1-86dc-42ec-9804-a19292fe8448)
2020

2121
In this tutorial, you will learn how to create, train, and explore mining models by using the DMX query language. You will then use these mining models to create predictions about whether a customer is likely to purchase a specific product.
2222

23-
[Market Basket DMX Tutorial](http://msdn.microsoft.com/library/6e262a1d-c89e-4033-8368-46cf25168ef5)
23+
[Market Basket DMX Tutorial](https://msdn.microsoft.com/library/6e262a1d-c89e-4033-8368-46cf25168ef5)
2424

2525
In this tutorial, you will learn how to create a mining model that predicts which products tend to be purchased at the same time. This tutorial also demonstrates the use of nested tables in data mining.
2626

@@ -38,6 +38,6 @@ manager: kfile
3838

3939
## See Also
4040
[Structure and Usage of DMX Prediction Queries](../dmx/structure-and-usage-of-dmx-prediction-queries.md)
41-
[Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c)
41+
[Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c)
4242

4343

docs/dmx/exists-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EXISTS(<subquery>)
3737
## Examples
3838
You can use EXISTS and NOT EXISTS to check for conditions in a nested table. This is useful when creating a filter that controls the data used to train or test a data mining model. For more information, see [Filters for Mining Models &#40;Analysis Services - Data Mining&#41;](../analysis-services/data-mining/filters-for-mining-models-analysis-services-data-mining.md).
3939

40-
The following example is based on the `[Association]` mining structure and mining model that you created in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases where the customer purchased at least one patch kit.
40+
The following example is based on the `[Association]` mining structure and mining model that you created in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases where the customer purchased at least one patch kit.
4141

4242
```
4343
SELECT * FROM [Association].CASES

docs/dmx/istestcase-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ IsTestCase()
3636
To return cases that are part of the training data set, use the function [IsTrainingCase &#40;DMX&#41;](../dmx/istrainingcase-dmx.md).
3737

3838
## Examples
39-
The following example uses the `Targeted Mailing` mining structure that is created in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns all the cases in the structure that are used for testing.
39+
The following example uses the `Targeted Mailing` mining structure that is created in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns all the cases in the structure that are used for testing.
4040

4141
```
4242
SELECT *

docs/dmx/istrainingcase-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ IsTrainingCase()
3636
To return cases that are part of the test data set, use the function [IsTestCase &#40;DMX&#41;](../dmx/istestcase-dmx.md).
3737

3838
## Examples
39-
The following example uses the clustering data mining model from the targeted mailing scenario in the [Basic Data Mining Tutorial](http://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases that were used for training the mining model. Moreover, the training cases are restricted to customers younger than 40.
39+
The following example uses the clustering data mining model from the targeted mailing scenario in the [Basic Data Mining Tutorial](https://msdn.microsoft.com/library/6602edb6-d160-43fb-83c8-9df5dddfeb9c). The query returns only those cases that were used for training the mining model. Moreover, the training cases are restricted to customers younger than 40.
4040

4141
```
4242
SELECT *

docs/dmx/predicttimeseries-dmx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PredictTimeSeries(<scalar column reference>, n-start, n-end, REPLACE_MODEL_CASES
7979

8080
- The third example shows how to use the EXTEND_MODEL_CASES parameter to update a mining model with fresh data.
8181

82-
To learn more about working with time series models, see the data mining tutorial, [Lesson 2: Building a Forecasting Scenario &#40;Intermediate Data Mining Tutorial&#41;](http://msdn.microsoft.com/library/9a988156-c900-4c22-97fa-f6b0c1aea9e2) and [Time Series Prediction DMX Tutorial](http://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
82+
To learn more about working with time series models, see the data mining tutorial, [Lesson 2: Building a Forecasting Scenario &#40;Intermediate Data Mining Tutorial&#41;](https://msdn.microsoft.com/library/9a988156-c900-4c22-97fa-f6b0c1aea9e2) and [Time Series Prediction DMX Tutorial](https://msdn.microsoft.com/library/38ea7c03-4754-4e71-896a-f68cc2c98ce2).
8383

8484
> [!NOTE]
8585
> You might obtain different results from your model; the results of the examples below are provided only to illustrate the result format.
@@ -113,7 +113,7 @@ OR [Model Region] = 'M200 Pacific'
113113
### Example 2: Adding New Data and Using REPLACE_MODEL_CASES
114114
Suppose you find that the data was incorrect for a particular region, and want to use the patterns in the model, but to adjust the predictions to match the new data. Or, you might find that another region has more reliable trends and you want to apply the most reliable model to data from a different region.
115115

116-
In such scenarios, you can use the REPLACE_MODEL_CASES parameter and specify a new set of data to use as historical data. That way, the projections will be based on the patterns in the specified model, but will continue smoothly from the end of the new data points. For a complete walkthrough of this scenario, see [Advanced Time Series Predictions &#40;Intermediate Data Mining Tutorial&#41;](http://msdn.microsoft.com/library/b614ebdb-07ca-44af-a0ff-893364bd4b71).
116+
In such scenarios, you can use the REPLACE_MODEL_CASES parameter and specify a new set of data to use as historical data. That way, the projections will be based on the patterns in the specified model, but will continue smoothly from the end of the new data points. For a complete walkthrough of this scenario, see [Advanced Time Series Predictions &#40;Intermediate Data Mining Tutorial&#41;](https://msdn.microsoft.com/library/b614ebdb-07ca-44af-a0ff-893364bd4b71).
117117

118118
The following PREDICTION JOIN query illustrates the syntax for replacing data and making new predictions. For the replacement data, the example retrieves the value of the Amount and Quantity columns and multiplies each by two:
119119

@@ -188,7 +188,7 @@ WHERE ([Model Region] = 'M200 Europe'
188188

189189
- Returns new predictions for the remaining three time slices based on the newly expanded model.
190190

191-
The following table lists the results of the Example 2 query. Notice that the first two values returned for M200 Europe are exactly the same as the new values that you provided. This behavior is by design; if you want to start predictions after the end of the new data, you must specify a starting and ending time step. For an example of how to do this, see [Lesson 5: Extending the Time Series Model](http://msdn.microsoft.com/library/7aad4946-c903-4e25-88b9-b087c20cb67d).
191+
The following table lists the results of the Example 2 query. Notice that the first two values returned for M200 Europe are exactly the same as the new values that you provided. This behavior is by design; if you want to start predictions after the end of the new data, you must specify a starting and ending time step. For an example of how to do this, see [Lesson 5: Extending the Time Series Model](https://msdn.microsoft.com/library/7aad4946-c903-4e25-88b9-b087c20cb67d).
192192

193193
Also, notice that you did not supply new data for the Pacific region. Therefore, [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] returns new predictions for all five time slices.
194194

0 commit comments

Comments
 (0)