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 trainer number in "Top 5 models explored" doesn't match the experiment list. #1763

Closed vzhuqin closed 3 years ago

vzhuqin commented 3 years ago

System Information (please complete the following information):

Describe the bug

  1. In the experiment list, the number with the highest score of 0.9598 is 26, but it is displayed as 24 in the "Top 5 Models Explored".
  2. Experiment number 1 and 12 are missing, issue 1 may be caused by this.
  3. The bottom area shows an additional experiment 35. similar as issue #1746
  4. Not sure how to calculate "Total number of models explored", because I met that total number of models explored not include the missing experiment. image image Total number of models explored not include the missing experiment 9: image

To Reproduce Steps to reproduce the behavior:

  1. download taxi-fare-amount dataset
  2. run command mlnet regression --dataset /path/to/taxi-fare-amount --label-col fare_amount --train-time 60
  3. See the output result.

Expected behavior The trainer numbers are not missing and not displayed additional experiment in output.

zewditu commented 3 years ago

@LittleLittleCloud for visibility.

beccamc commented 3 years ago

@vzhuqin This looks very similar to https://github.com/dotnet/machinelearning-modelbuilder/issues/1746. Can these issues be combined?

vzhuqin commented 3 years ago

Yes, I saw the same issues in model builder: 16.7.4.2145601 yesterday, can track these in 1746.