1 write to _weightColumnName
Microsoft.ML.StandardTrainers (1)
Standard\Simple\SimpleTrainers.cs (1)
237
_weightColumnName
= weightColunn != null ? weightColunn : null;
1 reference to _weightColumnName
Microsoft.ML.StandardTrainers (1)
Standard\Simple\SimpleTrainers.cs (1)
245
RoleMappedData trainRoles = new RoleMappedData(input, label: _labelColumnName, feature: null, weight:
_weightColumnName
);