NimbusML icon indicating copy to clipboard operation
NimbusML copied to clipboard

nimbusml should print training progress in the console

Open sfilipi opened this issue 7 years ago • 1 comments

I am trying a long-ish to train model; takes about 4 minutes, and I find the absence of any progress reporting unsettling. I think the same progress reporting that is printed in ML.NET prior to PR #923 should be available here too.

sfilipi avatar Oct 24 '18 20:10 sfilipi

Senja, thanks for opening the issue in ML.NET: https://github.com/dotnet/machinelearning/issues/1367.

If that issue does not gain traction, perhaps we can increase the verbosity of the ML.NET environment with something like mlContext.Log += Console.WriteLine?

montebhoover avatar Oct 29 '18 17:10 montebhoover