You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.Data/Transforms/ConversionsExtensionsCatalog.cs
+6
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@ public static HashingEstimator Hash(this TransformsCatalog.ConversionTransforms
47
47
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
48
48
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
49
49
/// <param name="outputKind">The expected kind of the output column.</param>
0 commit comments