Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named Entity Recognition: "Save" button is still disabled after changing "Sentence" column to "Label" and changing "Label" column to "Sentence" purpose on the "Advanced data options" dialog. #2875

Open
v-Hailishi opened this issue Mar 8, 2024 · 1 comment
Labels
Priority:2 Work that is important, but not critical for the release Reported by: Test

Comments

@v-Hailishi
Copy link

v-Hailishi commented Mar 8, 2024

System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-22H2
ML.Net Model Builder 2022: 17.18.2.2415501 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.8.5)
.Net Core: 6.0,7.0,8.0

Describe the bug

  • On which step of the process did you run into an issue:
    "Save" button is still disabled after changing "Sentence" column to "Label" and changing "Label" column to "Sentence" purpose on the "Advanced data options" dialog.

TestMatrix
https://github.com/dotnet/machinelearning-modelbuilder/files/14342564/NERTestdata.zip

To Reproduce
Steps to reproduce the behavior:

  1. Select Create a new project from the Visual Studio start window.
  2. Choose the C# Console App (.NET Core) project template.
  3. Add model builder by right click on the project.
  4. Select "Named Entity Recognition" scenario.
  5. On the Data page, choose the data source and go to "Advanced data options" dialog.
  6. Change the "Sentence" column to "Label" and change the "Label" column to "Sentence" purpose.
  7. You will see the "Save" button is still disabled.

Expected behavior
"Save" button should be enabled after changing "Sentence" column to "Label" and changing "Label" column to "Sentence" purpose.

Screenshot:
image

Additional context:

@v-Hailishi v-Hailishi added Priority:2 Work that is important, but not critical for the release Reported by: Test labels Mar 8, 2024
@zewditu
Copy link
Contributor

zewditu commented Mar 8, 2024

WE might need to disabled Column setting for NER b/c we only have two columns. column purpose and type are determined by Autom Service
@JakeRadMSFT & @luisquintanilla thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:2 Work that is important, but not critical for the release Reported by: Test
Projects
None yet
Development

No branches or pull requests

2 participants