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

Update conditions details for tabular integrity checks #1485

Merged
merged 10 commits into from May 22, 2022

Conversation

matanper
Copy link
Contributor

@matanper matanper commented May 19, 2022

Partial PR of #1338

image

@matanper matanper added the feature Feature update or code change to the package label May 19, 2022
@matanper matanper self-assigned this May 19, 2022
@matanper matanper requested review from a team as code owners May 19, 2022 13:11
deepchecks/tabular/checks/data_integrity/mixed_nulls.py Outdated Show resolved Hide resolved
deepchecks/tabular/checks/data_integrity/mixed_nulls.py Outdated Show resolved Hide resolved
else:
return ConditionResult(ConditionCategory.PASS)
details = f'Passed for {len(result)} columns'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not give any data?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there are no outliers, there isn't any data to give

tests/tabular/checks/integrity/string_mismatch_test.py Outdated Show resolved Hide resolved
@matanper matanper closed this May 22, 2022
@matanper matanper reopened this May 22, 2022
@matanper matanper enabled auto-merge (squash) May 22, 2022 11:14
@matanper matanper merged commit ddc6c0e into main May 22, 2022
@delete-merged-branch delete-merged-branch bot deleted the tabular-integrity-conditions-details branch May 22, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature update or code change to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants