dotnet / machinelearning-modelbuilder

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

Data Preview doesn't reset after switched Data source type. #2013

Closed vzhuqin closed 2 years ago

vzhuqin commented 2 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Select Create a new project from the Visual Studio 2019 start window;
  2. Choose the C# Console App (.NET Core) project template with .Net 5.0;
  3. Add model builder by right click on the project;
  4. Select Data classification>Local (CPU);
  5. Navigate to Data page, input File Data source;
  6. Switch to "SQL Server" type, see that: Data Preview doesn't reset.

Expected behavior Data Preview area should be reset after switched Data source.

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

beccamc commented 2 years ago

@vzhuqin If you choose other data does it reset the data preview?

vzhuqin commented 2 years ago

@beccamc , yes, if you select other dataset, it will update to show the changed data. this issue only occurs when switching data source type. 2013

beccamc commented 2 years ago

We are closing this bug as a lower priority item. Although it is an error, it is low impact for customers.