WhylogsSummaryDriftOperator
whylogsThis operator creates a whylogs’ Summary Drift report from two existing whylogs profiles. One of them is the reference profile, the “ground truth”, and the other one is the target data, meaning that this is what the report will compare it against. In order to have it working, users should also define what reader and writer they wish to use, leveraging the existing whylogs’ API for this.
Access Instructions
Install the whylogs provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
This operator creates a whylogs’ Summary Drift report from two existing whylogs profiles. One of them is the reference profile, the “ground truth”, and the other one is the target data, meaning that this is what the report will compare it against. In order to have it working, users should also define what reader and writer they wish to use, leveraging the existing whylogs’ API for this.