-
data_preprocess.py: Loads and preprocesses datasets for model performance and data drift calculation.
-
drift_metrics.py: Contains code to generate reports for data drift and model drift, saving them in the
reports/mrdc_data_drift/
, andreports/mrdc_model_drift/
folders. -
queries.py: Includes queries for downloading datasets to calculate monthly drift in data and model.
-
combine_reports.py: Combines the monitoring reports into a single HTML file and saves the monthly report in the
reports/combined_reports/
folder.