Closed vzhuqin closed 2 years ago
can repro this issue on latest mlnet: 16.9.2 Titanic dataset: True-car-listing dataset: recommendation-ratings-train dataset:
Looks like the code gen error is fixed and the building error is a restoration failure, I'll open another thread to track that.
System Information (please complete the following information):
Describe the bug
To Reproduce Steps to reproduce the behavior:
Run MLNet.CLI Test Pass;
Create dotnet-tools.json for restoring local tools dotnet new tool-manifest
Install mlnet cli: dotnet tool install microsoft.ml.modelbuilder.cli.win64
Then launch an E2E test using the following command: dotnet msbuild Run.proj
Expected behavior No error and warning while E2E test.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context no error and warning for regression and recommendation scenarios.