Skip to content

How to ignore a column #502

@rauhs

Description

@rauhs

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"} }
  • What 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions