dotnet / machinelearning-modelbuilder

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

Graph does not work on Data Preview for SQL Data source. #2021

Open vzhuqin opened 2 years ago

vzhuqin commented 2 years ago

System Information (please complete the following information):

Describe the bug

Data source https://github.com/dotnet/machinelearning-samples/raw/main/samples/csharp/getting-started/Forecasting_BikeSharingDemand/BikeDemandForecasting/Data/DailyDemand.mdf

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 Forecasting and input the SQL Server data source;
  5. After do the settings of Label and Time series columns, click "Graph" under Data Preview, find that no graph is displayed.

Expected behavior Graph under Data Preview can work for Forecasting SQL data source.

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

Additional context Not occurs on Evaluate page: image

v-Hailishi commented 2 years ago

The bug is repro on the latest main branch: 16.13.5.2221501 for VS2022. image

v-Hailishi commented 2 days ago

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