deepchecks / deepchecks

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

Home Page:https://docs.deepchecks.com/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT] Let users modify precision in DataFrame serializer

GGSTALTER opened this issue · comments

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

Thanks for reporting @GGSTALTER!