We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ab18c commit fbf282dCopy full SHA for fbf282d
src/Microsoft.ML.Transforms/ExtensionsCatalog.cs
@@ -21,7 +21,7 @@ public static MissingValueIndicatorEstimator IndicateMissingValues(this Transfor
21
22
/// <summary>
23
/// Creates a new output column, or replaces the source with a new column
24
- /// (depending on whether the <paramref name="outputColumnName"/> is given a value, or left to null)
+ /// (depending on whether the <paramref name="inputColumnName"/> is given a value, or left to null)
25
/// of boolean type, with the same number of slots as the input column. The value in the output column
26
/// is true if the value in the input column is missing.
27
/// </summary>
0 commit comments