LICENSE
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
example_pipelines/healthcare/custom_monkeypatching/__init__.py
example_pipelines/healthcare/custom_monkeypatching/patch_healthcare_utils.py
experiments/__init__.py
experiments/performance/__init__.py
experiments/performance/_benchmark_utils.py
experiments/performance/_empty_inspection.py
mlwhatif/__init__.py
mlwhatif/_inspector_result.py
mlwhatif/_pipeline_inspector.py
mlwhatif.egg-info/PKG-INFO
mlwhatif.egg-info/SOURCES.txt
mlwhatif.egg-info/dependency_links.txt
mlwhatif.egg-info/requires.txt
mlwhatif.egg-info/top_level.txt
mlwhatif/backends/__init__.py
mlwhatif/backends/_all_backends.py
mlwhatif/backends/_backend.py
mlwhatif/backends/_backend_utils.py
mlwhatif/backends/_iter_creation.py
mlwhatif/backends/_pandas_backend.py
mlwhatif/backends/_sklearn_backend.py
mlwhatif/checks/__init__.py
mlwhatif/checks/_check.py
mlwhatif/checks/_no_bias_introduced_for.py
mlwhatif/checks/_no_illegal_features.py
mlwhatif/checks/_similar_removal_probabilities_for.py
mlwhatif/inspections/__init__.py
mlwhatif/inspections/_arg_capturing.py
mlwhatif/inspections/_column_propagation.py
mlwhatif/inspections/_completeness_of_columns.py
mlwhatif/inspections/_count_distinct_of_columns.py
mlwhatif/inspections/_histogram_for_columns.py
mlwhatif/inspections/_inspection.py
mlwhatif/inspections/_inspection_input.py
mlwhatif/inspections/_inspection_result.py
mlwhatif/inspections/_intersectional_histogram_for_columns.py
mlwhatif/inspections/_lineage.py
mlwhatif/inspections/_materialize_first_output_rows.py
mlwhatif/instrumentation/__init__.py
mlwhatif/instrumentation/_call_capture_transformer.py
mlwhatif/instrumentation/_dag_node.py
mlwhatif/instrumentation/_pipeline_executor.py
mlwhatif/monkeypatching/__init__.py
mlwhatif/monkeypatching/_mlinspect_ndarray.py
mlwhatif/monkeypatching/_monkey_patching_utils.py
mlwhatif/monkeypatching/_patch_numpy.py
mlwhatif/monkeypatching/_patch_pandas.py
mlwhatif/monkeypatching/_patch_sklearn.py
mlwhatif/monkeypatching/_patch_statsmodels.py
mlwhatif/testing/__init__.py
mlwhatif/testing/_random_annotation_testing_inspection.py
mlwhatif/testing/_testing_helper_utils.py
mlwhatif/utils/__init__.py
mlwhatif/utils/_utils.py
mlwhatif/visualisation/__init__.py
mlwhatif/visualisation/_visualisation.py
test/__init__.py
test/test_pipeline_inspector.py
test/backends/__init__.py
test/backends/test_pandas_backend.py
test/backends/test_sklearn_backend.py
test/checks/__init__.py
test/checks/test_no_bias_introduced_for.py
test/checks/test_no_illegal_features.py
test/checks/test_similar_removal_probablities_for.py
test/demo/__init__.py
test/demo/feature_overview/__init__.py
test/demo/feature_overview/test_feature_overview.py
test/demo/feature_overview/test_missing_embeddings.py
test/demo/feature_overview/test_no_missing_embeddings.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/example_pipelines/test_patch_healthcare_utils.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/inspections/__init__.py
test/inspections/test_arg_capturing.py
test/inspections/test_column_propagation.py
test/inspections/test_completeness_of_columns.py
test/inspections/test_count_distinct_of_columns.py
test/inspections/test_histogram_for_columns.py
test/inspections/test_intersectional_histogram_for_columns.py
test/inspections/test_lineage.py
test/inspections/test_materialize_first_output_rows.py
test/instrumentation/__init__.py
test/instrumentation/test_pipeline_executor.py
test/monkeypatching/__init__.py
test/monkeypatching/test_patch_numpy.py
test/monkeypatching/test_patch_pandas.py
test/monkeypatching/test_patch_sklearn.py
test/monkeypatching/test_patch_statsmodels.py
test/utils/__init__.py
test/utils/test_utils.py
test/visualisation/__init__.py
test/visualisation/test_visualisation.py