whylogs.experimental.constraints_generation.condition_counts#

Module Contents#

Functions#

generate_column_condition_count_constraints(...)

Generates constraints for the condition count metrics of a column.

whylogs.experimental.constraints_generation.condition_counts.generate_column_condition_count_constraints(column_name: str, column_profile: whylogs.core.view.column_profile_view.ColumnProfileView) List[whylogs.core.constraints.metric_constraints.MetricConstraint]#

Generates constraints for the condition count metrics of a column. :param column_name: Name of the column :type column_name: str :param column_profile: Profile of the column :type column_profile: ColumnProfileView

Parameters
Return type

List[whylogs.core.constraints.metric_constraints.MetricConstraint]