LICENSE
README.md
pyproject.toml
bdp_model_gate/__init__.py
bdp_model_gate/_logging.py
bdp_model_gate/_sampling.py
bdp_model_gate/calibration.py
bdp_model_gate/classes.py
bdp_model_gate/cli.py
bdp_model_gate/config.py
bdp_model_gate/exceptions.py
bdp_model_gate/groups.py
bdp_model_gate/metrics.py
bdp_model_gate/model.py
bdp_model_gate/py.typed
bdp_model_gate/registry.py
bdp_model_gate/reporting.py
bdp_model_gate/task.py
bdp_model_gate.egg-info/PKG-INFO
bdp_model_gate.egg-info/SOURCES.txt
bdp_model_gate.egg-info/dependency_links.txt
bdp_model_gate.egg-info/entry_points.txt
bdp_model_gate.egg-info/requires.txt
bdp_model_gate.egg-info/top_level.txt
bdp_model_gate/core/__init__.py
bdp_model_gate/core/base.py
bdp_model_gate/core/context.py
bdp_model_gate/core/gate.py
bdp_model_gate/core/report.py
bdp_model_gate/core/validation.py
bdp_model_gate/plots/__init__.py
bdp_model_gate/plots/style.py
bdp_model_gate/structured/__init__.py
bdp_model_gate/structured/calibration_checks.py
bdp_model_gate/structured/compliance.py
bdp_model_gate/structured/fairness.py
bdp_model_gate/structured/performance.py
bdp_model_gate/structured/regression_fairness.py
bdp_model_gate/structured/security.py
bdp_model_gate/unstructured/__init__.py
tests/test_calibration.py
tests/test_check_coverage.py
tests/test_cli.py
tests/test_edge_cases.py
tests/test_fairness_fixes.py
tests/test_invariants.py
tests/test_known_answers.py
tests/test_metrics.py
tests/test_model_agnostic.py
tests/test_model_matrix.py
tests/test_multiclass.py
tests/test_not_applicable.py
tests/test_package.py
tests/test_plots.py
tests/test_properties.py
tests/test_registry.py
tests/test_registry_plugins.py
tests/test_regression.py
tests/test_reporting.py
tests/test_structured_gate.py
tests/test_unstructured.py
tests/test_validation.py