Closed
Description
As @wschin pointed out here: #2170 (comment) the parmaters, and in general our XML documentation should distinguish between columns and column names.
This issue will be considered closed when all the params of this language:
/// <param name="labelColumn">The label column.</param>
/// <param name="featureColumn">The featureColumn column.</param>
/// <param name="weights">The optional weights column.</param>
Get changed to:
/// <param name="labelColumnName">The name of the label column.</param>
/// <param name="featureColumnName">The name of the feature column.</param>
/// <param name="weightsColumnName">The name of the optional weights column.</param>