Skip to content

Commit e8def56

Browse files
committed
Responding to review comments
1 parent e85d804 commit e8def56

54 files changed

Lines changed: 195 additions & 233 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/machine-learning/r/reference/microsoftml/categorical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# categorical: Machine Learning Categorical Data Transform
33-
## Description
33+
3434

3535
Categorical transform that can be performed on data before
3636
training a model.
@@ -101,7 +101,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
101101

102102

103103

104-
## See Also
104+
## See also
105105

106106
[rxFastTrees](rxFastTrees.md), [rxFastForest](rxFastForest.md),
107107
[rxNeuralNet](rxNeuralNet.md), [rxOneClassSvm](rxOneClassSvm.md),

docs/machine-learning/r/reference/microsoftml/categoricalhash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# categoricalHash: Machine Learning Categorical HashData Transform
33-
## Description
33+
3434

3535
Categorical hash transform that can be performed on data before
3636
training a model.
@@ -106,7 +106,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
106106

107107

108108

109-
## See Also
109+
## See also
110110

111111
[rxFastTrees](rxFastTrees.md), [rxFastForest](rxFastForest.md),
112112
[rxNeuralNet](rxNeuralNet.md), [rxOneClassSvm](rxOneClassSvm.md),

docs/machine-learning/r/reference/microsoftml/concat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# concat: Machine Learning Concat Transform
33-
## Description
33+
3434

3535
Combines several columns into a single vector-valued column.
3636

@@ -74,7 +74,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
7474

7575

7676

77-
## See Also
77+
## See also
7878

7979
[featurizeText](featurizeText.md), [categorical](categorical.md),
8080
[categoricalHash](categoricalHash.md), [rxFastTrees](rxFastTrees.md),

docs/machine-learning/r/reference/microsoftml/dropColumns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# dropColumns: Drops columns from the dataset
33-
## Description
33+
3434

3535
Specified columns to drop from the dataset.
3636

docs/machine-learning/r/reference/microsoftml/ensembleControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# ensembleControl: ensembleControl
33-
## Description
33+
3434

3535
Control the parameters used to create an ensemble.
3636

docs/machine-learning/r/reference/microsoftml/extractpixels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# extractPixels: Machine Learning Extract Pixel Data Transform
33-
## Description
33+
3434

3535
Extracts the pixel values from an image.
3636

docs/machine-learning/r/reference/microsoftml/fastforest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# fastForest: fastForest
33-
## Description
33+
3434

3535
Creates a list containing the function name and arguments to train a
3636
FastForest model with [rxEnsemble](rxEnsemble.md).

docs/machine-learning/r/reference/microsoftml/fastlinear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# fastLinear: fastLinear
33-
## Description
33+
3434

3535
Creates a list containing the function name and arguments to train a
3636
Fast Linear model with [rxEnsemble](rxEnsemble.md).

docs/machine-learning/r/reference/microsoftml/fasttrees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# fastTrees: fastTrees
33-
## Description
33+
3434

3535
Creates a list containing the function name and arguments to train a
3636
FastTree model with [rxEnsemble](rxEnsemble.md).

docs/machine-learning/r/reference/microsoftml/featurizeimage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15"
3030

3131

3232
# featurizeImage: Machine Learning Image Featurization Transform
33-
## Description
33+
3434

3535
Featurizes an image using a pre-trained deep neural network model.
3636

0 commit comments

Comments
 (0)