AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.py
ER_Evaluation.egg-info/PKG-INFO
ER_Evaluation.egg-info/SOURCES.txt
ER_Evaluation.egg-info/dependency_links.txt
ER_Evaluation.egg-info/not-zip-safe
ER_Evaluation.egg-info/requires.txt
ER_Evaluation.egg-info/top_level.txt
docs/00-overview.rst
docs/06-data-labeling.rst
docs/Makefile
docs/all_functions.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/er_evaluation.data_structures.rst
docs/er_evaluation.datasets.rst
docs/er_evaluation.error_analysis.rst
docs/er_evaluation.estimators.rst
docs/er_evaluation.metrics.rst
docs/er_evaluation.plots.rst
docs/er_evaluation.rst
docs/er_evaluation.search.rst
docs/er_evaluation.summary.rst
docs/er_evaluation.utils.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/userguide.rst
docs/media/examples.png
docs/media/framework.png
docs/media/plot_comparison.png
docs/media/plot_decisiontree.png
docs/media/plot_estimates.png
docs/media/plot_summaries.png
er_evaluation/__init__.py
er_evaluation/data_structures/__init__.py
er_evaluation/data_structures/_data_structures.py
er_evaluation/datasets/__init__.py
er_evaluation/datasets/patentsview.py
er_evaluation/datasets/rldata.py
er_evaluation/datasets/raw_data/__init__.py
er_evaluation/datasets/raw_data/patentsview/__init__.py
er_evaluation/datasets/raw_data/patentsview/pv-data.parquet
er_evaluation/datasets/raw_data/patentsview/pv-predictions.parquet
er_evaluation/datasets/raw_data/patentsview/pv-reference.parquet
er_evaluation/datasets/raw_data/patentsview/reproduce.ipynb
er_evaluation/datasets/raw_data/rldata/RLdata10000.tsv
er_evaluation/datasets/raw_data/rldata/RLdata500.tsv
er_evaluation/datasets/raw_data/rldata/__init__.py
er_evaluation/datasets/raw_data/rldata/identity.RLdata10000.tsv
er_evaluation/datasets/raw_data/rldata/identity.RLdata500.tsv
er_evaluation/error_analysis/__init__.py
er_evaluation/error_analysis/_cluster_error.py
er_evaluation/error_analysis/_record_error.py
er_evaluation/error_analysis/_subgroup_discovery.py
er_evaluation/estimators/__init__.py
er_evaluation/estimators/_estimators.py
er_evaluation/estimators/_summary_estimators.py
er_evaluation/estimators/_utils.py
er_evaluation/estimators/from_table.py
er_evaluation/metrics/__init__.py
er_evaluation/metrics/_metrics.py
er_evaluation/plots/__init__.py
er_evaluation/plots/_dtree_data.py
er_evaluation/plots/_dtree_plots.py
er_evaluation/plots/_fairness.py
er_evaluation/plots/_plots.py
er_evaluation/search/__init__.py
er_evaluation/search/elasticsearch.py
er_evaluation/search/http_requests.py
er_evaluation/summary/__init__.py
er_evaluation/summary/_summary.py
er_evaluation/utils/__init__.py
er_evaluation/utils/_utils.py
tests/__init__.py
tests/test_notebooks.py
tests/notebooks/__init__.py
tests/notebooks/test_internal_consistency.ipynb
tests/test_data_structures/__init__.py
tests/test_data_structures/test_membership.py
tests/test_datasets/__init__.py
tests/test_datasets/test_datasets.py
tests/test_error_analysis/__init__.py
tests/test_error_analysis/test_error_metrics_from_table.py
tests/test_error_analysis/test_record_error_table.py