dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

Helpful error messages when training fails #1373

Open beccamc opened 3 years ago

beccamc commented 3 years ago

There are some common training failures that we can guess the cause of. It would be nice to display our suggested fixes to users (and in some cases link to documentation). Right now we show some additional information in the error popup when it shows. It would be nice to show this information more prominently inline, and if appropriate, offer suggestions for fixing.

beccamc commented 3 years ago

Train failure on specific line number: https://github.com/dotnet/machinelearning-modelbuilder/issues/1442