dotnet / machinelearning-modelbuilder

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

The best model for the training results is inconsistent with the top model explored by the output box. #2020

Open vzhuqin opened 2 years ago

vzhuqin commented 2 years ago

System Information (please complete the following information):

Describe the bug

DataSource https://github.com/dotnet/machinelearning-samples/raw/main/samples/modelbuilder/MulticlassClassification_RestaurantViolations/RestaurantScores.zip

To Reproduce Steps to reproduce the behavior:

  1. Select Create a new project from the Visual Studio 2022 start window;
  2. Choose the C# Console App (.NET Core) project template with .Net 6.0;
  3. Add model builder by right click on the project;
  4. Select Data classification>Local (CPU), input the SQL Server data source to complete training;
  5. After training complete, see the best model for the training results does not match with the top model explored in Output box.

Expected behavior The best model for the training results should be consistent with the top model explored by the output box.

Screenshots If applicable, add screenshots to help explain your problem. image

v-Hailishi commented 2 years ago

The bug has been fixed on the latest main branch version: 16.13.5.2215901 for both of VS2019 & VS2022. image

v-Hailishi commented 2 years ago

The bug is not repro on the latest main branch version: 16.13.5.2216501 for both of VS2019 & VS2022. image.png

v-Hailishi commented 2 years ago

@LittleLittleCloud The bug is repro on the latest main branch 16.13.9.2240801 for both VS2019&2022. image image

v-Hailishi commented 2 days ago

The bug is still repro on the latest main build 17.19.0.2455701. Image