-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now we use Column attribute to decorate how to read columns. Additionally we mark column with text "Label" to indicate that it is a label.
If label column is missing ore not correctly named we get: "InvalidOperationException: Column 'Label' not found"
Suggestion:
It might be better to use dedicated attributes like FeatureColumn and LabelColumn instead of freely written text. It is a statically typed and more .NET (C#) agnostic.
remware and simsod
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request