System information
- OS Windows 10:
- .NET Core 2.2:
Issue
Getting poor accuracy running the training code on a system with non-US regional settings. The issue is number format. After replacing ',' as decimal symbol to '.' all works fine.
Accuracy with ',' decimal symbol:

Accuracy with '.' decimal symbol:

Is there some way to take a control of localization in .NET ML?
Thanks
Damir
System information
Issue
Getting poor accuracy running the training code on a system with non-US regional settings. The issue is number format. After replacing ',' as decimal symbol to '.' all works fine.
Accuracy with ',' decimal symbol:
Accuracy with '.' decimal symbol:
Is there some way to take a control of localization in .NET ML?
Thanks
Damir