Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
267
stars
56
forks
source link
Data classification: The generated Console App and Web API projects are running failed when using metric "Log-Loss Reduction" and "L-BFGS & Fast Tree" trainer. #2971
System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-23H2
ML.Net Model Builder 2022: 17.18.4.2445901 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.11.2)
.Net: 8.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.
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 Data page, choose the data source.
On the Train page, choose "Log-Loss Reduction" metric and "L-BFGS & Fast Tree" trainer.
Click "Start training" button to training.
After the training completed, you will see that "Microsoft.ML.FastTree" package cannot be installed automatically when the best model started with "Lbfgs.....".
Besides, the generated Console App and Web API projects are running failed.
Expected behavior
"Microsoft.ML.FastTree" package should be installed automatically after the training completed.
The generated Console App and Web API projects should be running successfully.
System Information (please complete the following information): Windows OS: Windows-11-Enterprise-23H2 ML.Net Model Builder 2022: 17.18.4.2445901 (Main Build) Microsoft Visual Studio Enterprise: 2022(17.11.2) .Net: 8.0
Describe the bug
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
Screenshot
Additional context