System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.17.0.2332602 (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 when choosing "Split or File" validate strategy, "grid" tuner and enable "Subsample option".
TestMatrix
https://testpass.blob.core.windows.net/test-pass-data/wikipedia-detox-250-line-data.tsv
https://testpass.blob.core.windows.net/test-pass-data/taxi-fare.csv
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 Data classification or Value predication scenario.
- On Data page, choose the "Tabular File" or SQL server data source.
- On the Train page, click the "Advanced training options..." link.
- Go to "Tuners" tab, only choose "grid" tuner, go to "Sample strategy" tab, enable "Subsample option" and save it.
- The training would be failed with error "Must be greater than zero.".
Expected behavior
Training successfully.
Screenshot


Additional context