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
/// Copies the input column, name specified in the first item of the tuple,
71
-
/// to another column, named as specified in the second item of the tuple.
72
+
/// Creates a <see cref="ColumnCopyingEstimator"/> that copies the data from the column specified in <see cref="InputOutputColumnPair.InputColumnName" />
73
+
/// to a new column: <see cref="InputOutputColumnPair.OutputColumnName" />.
72
74
/// </summary>
75
+
/// <remarks>This estimator can operate over several columns.
76
+
/// For more information on this estimator see <see cref="ColumnCopyingEstimator"/>.</remarks>
0 commit comments