A class to build custom conditions for DataFrame assertions and alerting.
Condition
is a class for building custom data quality checks. Simply create a condition, and after the run is processed your conditions will be evaluated. Integrate with email or slack to have condition results alerting via a Run Report. Use Conditions to answer questions such as “Is the average confidence for my training data below 0.25” or “Has over 20% of my inference data drifted”.
Run Report
that will evaluate all conditions after a run is processed.
Condition
is defined as: