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.Transforms/Text/TextCatalog.cs
+2-13
Original file line number
Diff line number
Diff line change
@@ -160,29 +160,18 @@ public static WordEmbeddingEstimator ApplyWordEmbedding(this TransformsCatalog.T
160
160
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
161
161
/// <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>
162
162
/// <param name="separators">The separators to use (uses space character by default).</param>
0 commit comments