From 4ce024b733d57f495cf3e10df0ba4a3a5ecaed7f Mon Sep 17 00:00:00 2001 From: Wei Hu Date: Tue, 28 Jul 2020 13:26:59 +0800 Subject: [PATCH] Update MissingValueReplacingEstimator.xml The build team is doing test for DocFX v3 migration, the xref syntax is more strict in v3. --- .../Microsoft.ML.Transforms/MissingValueReplacingEstimator.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/xml/Microsoft.ML.Transforms/MissingValueReplacingEstimator.xml b/dotnet/xml/Microsoft.ML.Transforms/MissingValueReplacingEstimator.xml index ac4e8f1a..2615ae5b 100644 --- a/dotnet/xml/Microsoft.ML.Transforms/MissingValueReplacingEstimator.xml +++ b/dotnet/xml/Microsoft.ML.Transforms/MissingValueReplacingEstimator.xml @@ -31,7 +31,7 @@ | Output column data type | The same as the data type in the input column | | Exportable to ONNX | Yes | - The resulting creates a new column, named as specified in the output column name parameters, and + The resulting creates a new column, named as specified in the output column name parameters, and copies the data from the input column to this new column with exception what missing values in data would be replaced according to chosen strategy. Check the See Also section for links of usage examples.