Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to CSV for RegressionProblem produces invalid data file #3118

Open
HeuristicLab-Trac-Bot opened this issue Apr 14, 2021 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@HeuristicLab-Trac-Bot
Copy link
Collaborator

Issue migrated from trac ticket # 3118

component: Problems.DataAnalysis | priority: medium

2021-04-14 11:40:56: @gkronber created the issue


The default decimal separator is used (on German systems ',') together with ',' for the value separator.

The resulting file cannot be loaded again.

Instead the output should be produced using CultureInvariant format.

@gkronber gkronber added the good first issue Good for newcomers label Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants