Skip to content

Suggestion related to Working with ColumnsΒ #127

Closed
@ddobric

Description

@ddobric

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions