Open
Description
System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.16.0.2331601 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.5.5)
.Net: 6.0, 7.0
Describe the bug
- On which step of the process did you run into an issue:
Training failed with error "All instances skipped due to missing features." when choosing "smac" tuner to train SQL server data.
To Reproduce
Steps to reproduce the behavior:
- Select Create a new project from the Visual Studio start window.
- Choose the C# Console App (.NET Core) project template.
- Add model builder by right click on the project.
- Select Forecasting scenario.
- On Data page, choose the SQL server data source.
- On the Train page, click the "Advanced training options..." link.
- Go to "Tuners" tab, choose "smac" tuner and save it.
- The training would be failed with error "All instances skipped due to missing features.".
Expected behavior
Training successfully.
Additional context
The bug is not repro when choosing "smac" tuner to train (csv,tsv,txt) file data.