System information
- OS version/distro: Windows 10
- .NET Version (eg., dotnet --info): ML.NET 1.1.0
Issue
- What did you do?
Created ML model with Model Builder, given 1000 seconds, it was able to evaluate 2 models and returned the best one.
Afterwards I tried to rerun the modelbuilder class to recreate the model.
The csv from where I take the data is around 8 MB, with 70k rows
- What happened?
It has been stuck on Evaluate for so long, 48 mins. EDIT: now 82 mins.
- What did you expect?
Have some feedback on the evaluation process or create the new model.
My suggestion is to have some logs on the screen while it is evaluating.
Source code / logs

System information
Issue
Created ML model with Model Builder, given 1000 seconds, it was able to evaluate 2 models and returned the best one.
Afterwards I tried to rerun the modelbuilder class to recreate the model.
The csv from where I take the data is around 8 MB, with 70k rows
It has been stuck on Evaluate for so long,
48 mins. EDIT: now 82 mins.Have some feedback on the evaluation process or create the new model.
My suggestion is to have some logs on the screen while it is evaluating.
Source code / logs