dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
265 stars 56 forks source link

Code gen error on Titanic dataset #1882

Closed vzhuqin closed 2 years ago

vzhuqin commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Run MLNet.CLI Test Pass; image

  2. Create dotnet-tools.json for restoring local tools dotnet new tool-manifest

  3. Install mlnet cli: dotnet tool install microsoft.ml.modelbuilder.cli.win64

  4. 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. image

Additional context no error and warning for regression and recommendation scenarios.

vzhuqin commented 2 years ago

can repro this issue on latest mlnet: 16.9.2 image.png Titanic dataset: image.png True-car-listing dataset: image.png recommendation-ratings-train dataset: image.png

LittleLittleCloud commented 2 years ago

Looks like the code gen error is fixed and the building error is a restoration failure, I'll open another thread to track that.