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

[FEAT] Let users modify precision in DataFrame serializer #2598

Open
GGSTALTER opened this issue Jun 13, 2023 · 1 comment
Open

[FEAT] Let users modify precision in DataFrame serializer #2598

GGSTALTER opened this issue Jun 13, 2023 · 1 comment

Comments

@GGSTALTER
Copy link

GGSTALTER commented Jun 13, 2023

Is your feature request related to a problem? Please describe.
Currently, the precision of values in a dataframe is set to 2 and cannot be changed by the user. This does not fit well for values that deserve higher precision (highly dependent on the data).

Describe the solution you'd like
Ideally, the user would be able to overwrite the display precision when exporting the suite result, via a dedicated parameter.

Code block: deepchecks/core/serialization/dataframe/html.py

@github-actions github-actions bot added needs triage Issue needs to be labeled and prioritized linear labels Jun 13, 2023
@noamzbr
Copy link
Collaborator

noamzbr commented Jun 18, 2023

Thanks for reporting @GGSTALTER!

@noamzbr noamzbr added bug and removed needs triage Issue needs to be labeled and prioritized labels Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants