Skip to content

TrainerUtils.CreatePredicate fails on .NET 4.6.2 (.NET 0.10.0) #2639

@klausmh

Description

@klausmh

System information

  • OS version/distro: Windows 10
  • .NET Version (eg., dotnet --info): 4.6.2

Issue

TrainerUtils.CreatePredicate appears to use an extension method of IEnumerable that does not exist for .NET 4.6.2:

columns = columns.Append(data.Schema.Label.Value);

This is probably the same issue that causes #2566.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions