dotnet / dotnet/machinelearning
Add Windows ARM baseline coverage for SymSGD predictor test
Open
area-Native
test-enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
## Summary
`BinaryClassifierSymSgdTest` remains skipped on Windows ARM after #7671 because there is no trustworthy platform-specific baseline.
## Work
- Run `BinaryClassifierSymSgdTest` on a native Windows ARM64 environment.
- Add the generated SymSGD baseline files under `test/BaselineOutput/Common/SymSGD/win-arm/`.
- Remove the Windows ARM early return from `BinaryClassifierSymSgdTest`.
- Verify the test passes consistently on Windows ARM64.
## Context
Follow-up to #7671.
Contributor guide
Assessment
This issue has not been assessed yet.