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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: