-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
System information
- OS version/distro: Win 10
- .NET Version (eg., dotnet --info): 2.1.201
Issue
- What did you do?
I added a custom column in my input data type. It holds aDateTime. I need it for stats but not for learning. I never "copy" it to the"Features"column. I also added
new ColumnDropper() { Column = new []{ "PlannedStart"} }
-
What happened?
I got anArgumentOutOfRangeException: Could not determine an IDataView type for member ... -
What did you expect?
I expected it to just ignore the column.
ashahabov
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested