Add "data_quality" tag ClassImbalance and DescriptiveStatistics tests#343
Add "data_quality" tag ClassImbalance and DescriptiveStatistics tests#343
Conversation
… ClassImbalance and DescriptiveStatistics tests for improved categorization.
PR SummaryThis pull request introduces several enhancements to the ValidMind library's data validation tests and logging mechanisms. The key changes include:
These changes aim to improve the organization and clarity of test metadata and logging information, facilitating better test management and debugging. Test Suggestions
|
validbeck
left a comment
There was a problem hiding this comment.
I tested this locally and it works whoO!! Thank you!
Just for my reference, in the future if I want to modify the tasks or tags for a test I just change these two lines?
@tags(
"tabular_data", "binary_classification", "multiclass_classification", "data_quality"
)
@tasks("classification")
Internal Notes for Reviewers
External Release Notes