Update MissingValueReplacingEstimator.xml

The build team is doing test for DocFX v3 migration, the xref syntax is more strict in v3.
This commit is contained in:
Wei Hu 2020-07-28 13:26:59 +08:00 коммит произвёл GitHub
Родитель 8f1ec28a82
Коммит 4ce024b733
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@
| Output column data type | The same as the data type in the input column |
| Exportable to ONNX | Yes |
The resulting <xref:Microsoft.ML.Transforms.MissingValueReplacingTransformer"/> creates a new column, named as specified in the output column name parameters, and
The resulting <xref:Microsoft.ML.Transforms.MissingValueReplacingTransformer> 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.