dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.91k stars 1.86k forks source link

How to gain progress when training for a long time? #7124

Open Huochengyan opened 2 months ago

Huochengyan commented 2 months ago

ITransformer trainedModel = trainingPipeline.Fit(trainingData); How to obtain progress when the time is particularly long? I see many answers are before 2020. Is it currently supported in version 3.0.1? Or other methods can detect the required duration