Skip to content

Conversion.TryParse parses floats and doubles with empty/whitespace values as 0 instead of NaN #4132

Closed
@Dmitry-A

Description

@Dmitry-A

This is done for historical reasons since there are clients that depend on this behavior, so it's not a bug. Nevertheless, if we don't control the input dataset format this would produce signal loss since empty/whitespace values are now indistinguishable from value "0". We can fix that in AutoML by inserting a transform that addresses the issue but a much better fix would be to change the loader behavior.

Metadata

Metadata

Assignees

Labels

P1Priority of the issue for triage purpose: Needs to be fixed soon.loadsaveBugs related loading and saving data or modelsusabilitySmoothing user interaction or experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions