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 was 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.