Closed
Description
System Information (please complete the following information):
- OS & Version: Windows 10
- ML.NET Version: Microsoft.ML 2.0.0, Microsoft.ML.AutoML 0.20.0
- .NET Version: NET 6.0
Describe the bug
Training following the example at https://github.com/jwood803/MLNetExamples/tree/master/MLNetExamples/AutoML throws a System.AggregateException
To Reproduce
Steps to reproduce the behavior:
- Load the attached project
- Edit line 6 in Program.cs to point to the path of the provided data file on your system
- Run the code
- See error
Expected behavior
The code executes to completion.