You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
DecisionTreeWriter uses localized CultureInfo when writing C# class for DecisionTree, causing comparison values to be written with comma in some localizations, where commas are used as decimal point.
Suggested solution: CultureInfo.InvariantCulture should be used in DecisionTreeWriter.
The text was updated successfully, but these errors were encountered:
DecisionTreeWriter uses localized CultureInfo when writing C# class for DecisionTree, causing comparison values to be written with comma in some localizations, where commas are used as decimal point.
Suggested solution: CultureInfo.InvariantCulture should be used in DecisionTreeWriter.
The text was updated successfully, but these errors were encountered: