dotnet / machinelearning-modelbuilder

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

Crash when running AutoML #2541

Open KeithT opened 1 year ago

KeithT commented 1 year ago

System Information (please complete the following information):

Describe the bug

Model builder crashes repeatedly after regression training is complete when trying to generate code, which does not get generated. Log attached. If you cancel out of the error model training is complete and you can move on to the next step.

To Reproduce Try to train on a dataset - same behaviour on 3 datasets

  1. Create new project
  2. Add machine learning model
  3. Select Value Prediction
  4. Train Local
  5. Select data file
  6. Select columns
  7. Train Crash happens at end of training - see screenshot

Additional context Add any other context about the problem here. MLModel1-Z958W5.txt Screenshot 2023-03-17 110247

LittleLittleCloud commented 1 year ago

@zewditu the error message looks familiar, is it something you already fixed in the main branch?