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 a DateTime. 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"} }
I expected it to just ignore the column.
System information
Issue
I added a custom column in my input data type. It holds a
DateTime. I need it for stats but not for learning. I never "copy" it to the"Features"column. I also addedWhat happened?
I got an
ArgumentOutOfRangeException: Could not determine an IDataView type for member ...What did you expect?
I expected it to just ignore the column.