README.md
setup.cfg
setup.py
demo/__init__.py
demo/feature_overview/__init__.py
demo/feature_overview/missing_embeddings.py
demo/feature_overview/no_missing_embeddings.py
example_pipelines/__init__.py
example_pipelines/_pipelines.py
example_pipelines/adult_complex/__init__.py
example_pipelines/adult_complex/adult_complex.py
example_pipelines/adult_simple/__init__.py
example_pipelines/adult_simple/adult_simple.py
example_pipelines/compas/__init__.py
example_pipelines/compas/compas.py
example_pipelines/healthcare/__init__.py
example_pipelines/healthcare/healthcare.py
example_pipelines/healthcare/healthcare_utils.py
experiments/__init__.py
experiments/performance/__init__.py
experiments/performance/_benchmark_utils.py
experiments/performance/_empty_inspection.py
experiments/user_interviews/__init__.py
experiments/user_interviews/adult_simple_modified.py
experiments/user_interviews/compas_modified.py
mlinspect/__init__.py
mlinspect/_inspector_result.py
mlinspect/_pipeline_inspector.py
mlinspect.egg-info/PKG-INFO
mlinspect.egg-info/SOURCES.txt
mlinspect.egg-info/dependency_links.txt
mlinspect.egg-info/requires.txt
mlinspect.egg-info/top_level.txt
mlinspect/backends/__init__.py
mlinspect/backends/_all_backends.py
mlinspect/backends/_backend.py
mlinspect/backends/_backend_utils.py
mlinspect/backends/_iter_creation.py
mlinspect/backends/_pandas_backend.py
mlinspect/backends/_pandas_backend_frame_wrapper.py
mlinspect/backends/_pandas_wir_processor.py
mlinspect/backends/_sklearn_backend.py
mlinspect/backends/_sklearn_backend_csr_matrx_wrapper.py
mlinspect/backends/_sklearn_backend_ndarray_wrapper.py
mlinspect/backends/_sklearn_backend_transformer_wrapper.py
mlinspect/backends/_sklearn_dag_processor.py
mlinspect/backends/_sklearn_wir_processor.py
mlinspect/checks/__init__.py
mlinspect/checks/_check.py
mlinspect/checks/_no_bias_introduced_for.py
mlinspect/checks/_no_illegal_features.py
mlinspect/inspections/__init__.py
mlinspect/inspections/_histogram_for_columns.py
mlinspect/inspections/_inspection.py
mlinspect/inspections/_inspection_input.py
mlinspect/inspections/_inspection_result.py
mlinspect/inspections/_lineage.py
mlinspect/inspections/_materialize_first_output_rows.py
mlinspect/instrumentation/__init__.py
mlinspect/instrumentation/_call_capture_transformer.py
mlinspect/instrumentation/_dag_node.py
mlinspect/instrumentation/_pipeline_executor.py
mlinspect/instrumentation/_wir_extractor.py
mlinspect/instrumentation/_wir_node.py
mlinspect/instrumentation/_wir_to_dag_transformer.py
mlinspect/utils/__init__.py
mlinspect/utils/_utils.py
mlinspect/visualisation/__init__.py
mlinspect/visualisation/_visualisation.py
test/__init__.py
test/test_pipeline_inspector.py
test/testing_helper_utils.py
test/backends/__init__.py
test/backends/random_annotation_testing_inspection.py
test/backends/test_pandas_backend.py
test/backends/test_sklearn_backend.py
test/demo/__init__.py
test/demo/feature_overview/__init__.py
test/demo/feature_overview/test_feature_overview.py
test/example_pipelines/__init__.py
test/example_pipelines/test_adult_complex.py
test/example_pipelines/test_adult_simple.py
test/example_pipelines/test_compas.py
test/example_pipelines/test_healthcare.py
test/experiments/__init__.py
test/experiments/performance/__init__.py
test/experiments/performance/test_benchmark_utils.py
test/experiments/performance/test_performance_benchmarks.py
test/experiments/user_interviews/__init__.py
test/experiments/user_interviews/test_tasks.py
test/inspections/__init__.py
test/inspections/test_materialize_first_output_rows.py
test/instrumentation/__init__.py
test/instrumentation/test_pipeline_executor.py
test/instrumentation/test_sklearn_wir_processor.py
test/instrumentation/test_wir_extractor.py
test/instrumentation/test_wir_to_dag_transformer.py
test/utils/__init__.py
test/utils/test_utils.py
test/visualisation/__init__.py
test/visualisation/test_visualisation.py