System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.14.4.2316301 (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:
The generated Console App and Web API projects are running failed when using metric "Log-Loss Reduction".
TestMatrix
https://testpass.blob.core.windows.net/test-pass-data/wikipedia-detox-250-line-data.tsv
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" scenario.
- On the Data page, choose the data source.
- On the Train page, choose metric "Log-Loss Reduction" to complete the training.
- On the Consume page, click the "Add solution" button to generate the Console App and Web API projects.
- Run the generated Console App and Web API projects.
Expected behavior
The generated Console App and Web API projects should be running successfully when using metric "Log-Loss Reduction".
Screenshot

Additional context
After changing "LoglossReduction" to "LogLossReduction", the bug can be fixed.
System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.14.4.2316301 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.4.5)
.Net: 6.0
Describe the bug
The generated Console App and Web API projects are running failed when using metric "Log-Loss Reduction".
TestMatrix
https://testpass.blob.core.windows.net/test-pass-data/wikipedia-detox-250-line-data.tsv
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The generated Console App and Web API projects should be running successfully when using metric "Log-Loss Reduction".
Screenshot

Additional context
After changing "LoglossReduction" to "LogLossReduction", the bug can be fixed.