dotnet / machinelearning-modelbuilder

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

Show training time is not enough when open and re-train using Model Builder. #1764

Closed vzhuqin closed 3 years ago

vzhuqin commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Launch a Regression experiment using mlnet cli;
  2. Open the generated ConsoleApp project in VS2019 or VS2022;
  3. Open the model builder and navigate to Train page;
  4. Click "Train again" button with the same train time, prompts error dialog: the training time is not enough.

Screenshots image

beccamc commented 3 years ago

Yes, this is expected. We warn the user in the UI that the training time might not be enough.

beccamc commented 3 years ago

I'm going to close this. @vzhuqin Let me know if you have other questions or want further explanation