-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseReported by: Test
Milestone
Description
System Information (please complete the following information):
Windows OS: Windows-11-Enterprise-21H2
ML.Net Model Builder 2022: 16.13.10.2250701 (Main Build)
Microsoft Visual Studio Enterprise: 2022(17.3.4)
.Net: 6.0
Describe the bug
- On which step of the process did you run into an issue:
Word "rmse" should be capitalized to "RMSE" on the Train page for Value predication scenario.
Data Source
https://testpass.blob.core.windows.net/test-pass-data/taxi-fare.csv
To Reproduce
Steps to reproduce the behavior:
- Select Create a new project from the Visual Studio 2022 start window.
- Choose the C# Console App (.NET Core6.0) project template.
- Add model builder by right click on the project.
- Select Value predication scenario.
- On Data page, select the data source and choose fare_amount column as label.
- On the Train page, click "Advanced training options..." link, then choose metric "RMSE" and save it.
- Click "Start training" button to complete the training, you will see that word "RMSE" is lowercase on the Train page.
Expected behavior
Word "rmse" should be capitalized to "RMSE" on the Train page.
Metadata
Metadata
Assignees
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releaseReported by: Test
