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.
System information
Issue
TrainerUtils.CreatePredicate appears to use an extension method of IEnumerable that does not exist for .NET 4.6.2:
machinelearning/src/Microsoft.ML.Data/Training/TrainerUtils.cs
Line 235 in 13b3339
This is probably the same issue that causes #2566.