AUTHORS.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
fairlearn/__init__.py
fairlearn/_input_validation.py
fairlearn/exceptions.py
fairlearn/show_versions.py
fairlearn.egg-info/PKG-INFO
fairlearn.egg-info/SOURCES.txt
fairlearn.egg-info/dependency_links.txt
fairlearn.egg-info/not-zip-safe
fairlearn.egg-info/requires.txt
fairlearn.egg-info/top_level.txt
fairlearn/datasets/__init__.py
fairlearn/datasets/_constants.py
fairlearn/datasets/_fetch_adult.py
fairlearn/datasets/_fetch_bank_marketing.py
fairlearn/datasets/_fetch_boston.py
fairlearn/metrics/__init__.py
fairlearn/metrics/_balanced_root_mean_squared_error.py
fairlearn/metrics/_disparities.py
fairlearn/metrics/_extra_metrics.py
fairlearn/metrics/_function_container.py
fairlearn/metrics/_generated_metrics.py
fairlearn/metrics/_group_feature.py
fairlearn/metrics/_group_metric_set.py
fairlearn/metrics/_input_manipulations.py
fairlearn/metrics/_make_derived_metric.py
fairlearn/metrics/_mean_predictions.py
fairlearn/metrics/_metric_frame.py
fairlearn/metrics/_selection_rate.py
fairlearn/postprocessing/__init__.py
fairlearn/postprocessing/_constants.py
fairlearn/postprocessing/_interpolated_thresholder.py
fairlearn/postprocessing/_plotting.py
fairlearn/postprocessing/_threshold_operation.py
fairlearn/postprocessing/_threshold_optimizer.py
fairlearn/postprocessing/_tradeoff_curve_utilities.py
fairlearn/preprocessing/__init__.py
fairlearn/preprocessing/_correlation_remover.py
fairlearn/reductions/__init__.py
fairlearn/reductions/_exponentiated_gradient/__init__.py
fairlearn/reductions/_exponentiated_gradient/_constants.py
fairlearn/reductions/_exponentiated_gradient/_lagrangian.py
fairlearn/reductions/_exponentiated_gradient/exponentiated_gradient.py
fairlearn/reductions/_grid_search/__init__.py
fairlearn/reductions/_grid_search/_grid_generator.py
fairlearn/reductions/_grid_search/grid_search.py
fairlearn/reductions/_moments/__init__.py
fairlearn/reductions/_moments/bounded_group_loss.py
fairlearn/reductions/_moments/error_rate.py
fairlearn/reductions/_moments/moment.py
fairlearn/reductions/_moments/utility_parity.py
fairlearn/widget/__init__.py
fairlearn/widget/_fairlearn_dashboard.py
fairlearn/widget/_fairlearn_widget.py
fairlearn/widget/js/fairlearn_widget/labextension/fairlearn-widget-0.1.0.tgz
fairlearn/widget/static/extension.js
fairlearn/widget/static/extension.js.map
fairlearn/widget/static/index.js
fairlearn/widget/static/index.js.map
jupyter-config/nbconfig/notebook.d/fairlearn-widget.json
test/__init__.py
test/notebooks/__init__.py
test/notebooks/test_notebooks.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/constants.py
test/unit/fixes.py
test/unit/input_convertors.py
test/unit/test_random_state.py
test/unit/test_show_versions.py
test/unit/utility_functions.py
test/unit/datasets/__init__.py
test/unit/datasets/test_datasets.py
test/unit/metrics/__init__.py
test/unit/metrics/data_for_test.py
test/unit/metrics/sample_loader.py
test/unit/metrics/test_balanced_root_mean_squared_error.py
test/unit/metrics/test_create_group_metric_set.py
test/unit/metrics/test_disparities.py
test/unit/metrics/test_extra_metrics.py
test/unit/metrics/test_function_container.py
test/unit/metrics/test_generated_metrics.py
test/unit/metrics/test_group_feature.py
test/unit/metrics/test_input_manipulations.py
test/unit/metrics/test_make_derived_metric.py
test/unit/metrics/test_mean_predictions.py
test/unit/metrics/test_metricframe_aggregates.py
test/unit/metrics/test_metricframe_by_group.py
test/unit/metrics/test_metricframe_comprehensive.py
test/unit/metrics/test_metricframe_feature_indexing.py
test/unit/metrics/test_metricframe_missing.py
test/unit/metrics/test_metricframe_multiclass.py
test/unit/metrics/test_metricframe_nonscalar.py
test/unit/metrics/test_metricframe_overall.py
test/unit/metrics/test_metricframe_process_features.py
test/unit/metrics/test_metricframe_smoke.py
test/unit/metrics/test_selection_rate.py
test/unit/metrics/utils.py
test/unit/postprocessing/__init__.py
test/unit/postprocessing/conftest.py
test/unit/postprocessing/test_curve_utilities.py
test/unit/postprocessing/test_plots.py
test/unit/postprocessing/test_smoke.py
test/unit/postprocessing/test_threshold_operation.py
test/unit/postprocessing/test_threshold_optimization.py
test/unit/preprocessing/__init__.py
test/unit/preprocessing/linear_dep_remover/__init__.py
test/unit/preprocessing/linear_dep_remover/test_sklearn_compat.py
test/unit/reductions/__init__.py
test/unit/reductions/conftest.py
test/unit/reductions/data_generators.py
test/unit/reductions/test_smoke.py
test/unit/reductions/exponentiated_gradient/__init__.py
test/unit/reductions/exponentiated_gradient/simple_learners.py
test/unit/reductions/exponentiated_gradient/test_control_features.py
test/unit/reductions/exponentiated_gradient/test_exponentiatedgradient_arguments.py
test/unit/reductions/exponentiated_gradient/test_exponentiatedgradient_smoke.py
test/unit/reductions/exponentiated_gradient/test_lagrangian.py
test/unit/reductions/exponentiated_gradient/test_utilities.py
test/unit/reductions/grid_search/__init__.py
test/unit/reductions/grid_search/test_grid_generator.py
test/unit/reductions/grid_search/test_grid_search_arguments.py
test/unit/reductions/grid_search/test_grid_search_demographicparity.py
test/unit/reductions/grid_search/test_grid_search_regression.py
test/unit/reductions/grid_search/utilities.py
test/unit/reductions/moments/__init__.py
test/unit/reductions/moments/data_generator.py
test/unit/reductions/moments/test_moments_bounded_group_loss.py
test/unit/reductions/moments/test_moments_control_features.py
test/unit/reductions/moments/test_moments_demographic_parity.py
test/unit/reductions/moments/test_moments_equalized_odds.py
test_othermlpackages/__init__.py
test_othermlpackages/package_test_common.py
test_othermlpackages/test_lightgbm.py
test_othermlpackages/test_pytorch.py
test_othermlpackages/test_tensorflow.py
test_othermlpackages/test_xgboost.py