-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseReported by: TestStale
Description
System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-21H2
ML.Net Model Builder 2022: 17.14.3.2312001 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.4.5)
.Net: 6.0
Describe the bug
- On which step of the process did you run into an issue:
Training failed when choosing "timestamp" column as "Label" for SQL Server data.
Data Source
https://testpass.blob.core.windows.net/test-pass-data/iris.mdf
To Reproduce
Steps to reproduce the behavior:
- Select Create a new project from the Visual Studio 2022 start window.
- Choose the C# Console App (.NET Core6.0) project template.
- Add model builder by right click on the project.
- Select Recommendation scenario.
- On Data page, select the SQL Server data source, then choose "timestamp" column to predict(Label), choose "userId" as User column, choose "movieId" as Item column.
- On the Train page, you will see that training fail with error "Splitter/consolidator worker encountered exception while consuming source data".
Expected behavior
Training successful.
Additional context:
Metadata
Metadata
Assignees
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseReported by: TestStale

