Couple of conventions to follow for `weights` parameter in ML.NET Public API - Name of the `weight` argument in trainer API should be consistent with the other column names i.e it should end on *Column. - Proposal to disambiguate this by calling it exampleWeightColumn. @glebuk