dotnet / machinelearning-modelbuilder

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

Add\Machine Learning option not working #2689

Open rrvenki opened 1 year ago

rrvenki commented 1 year ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to '...' Create a new WPF VB project targetting .NET 8.
  2. Click on '....' Right click on project, Add\ "Machine Learning" does not appear

Expected behavior A clear and concise description of what you expected to happen.

If this option does not appear for VB projects, is there any other way? Does it declare anywhere that .NET is owned only by C# and rest 150 programming languages are only marketing?

Additional context Unable to use ML model builder in VS2022 in Visual Basic Projects.

zewditu commented 1 year ago

@rrvenki Currently Model Builder only supports C# based projects, however, you can consume your Model Builder-trained Model in any project type. @luisquintanilla @LittleLittleCloud have more thoughts ?