.coveragerc
.flake8
.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
Makefile
README.md
codecov.yml
pyproject.toml
requirements.txt
setup.py
tests-requirements.txt
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/snapshot.yml
biquality_learn.egg-info/PKG-INFO
biquality_learn.egg-info/SOURCES.txt
biquality_learn.egg-info/dependency_links.txt
biquality_learn.egg-info/requires.txt
biquality_learn.egg-info/top_level.txt
bqlearn/__init__.py
bqlearn/baseline.py
bqlearn/ea.py
bqlearn/irbl.py
bqlearn/irlnl.py
bqlearn/metrics.py
bqlearn/multiclass.py
bqlearn/plugin.py
bqlearn/tradaboost.py
bqlearn/unbiased.py
bqlearn/unhinged.py
bqlearn/corruptions/__init__.py
bqlearn/corruptions/_imbalance.py
bqlearn/corruptions/_label_noise.py
bqlearn/corruptions/_sampling_biais.py
bqlearn/corruptions/_weak_labels.py
bqlearn/corruptions/noise_matrices.py
bqlearn/corruptions/tests/__init__.py
bqlearn/corruptions/tests/test_imbalance.py
bqlearn/corruptions/tests/test_label_noise.py
bqlearn/corruptions/tests/test_noise_matrices.py
bqlearn/corruptions/tests/test_weak_labels.py
bqlearn/density_ratio/__init__.py
bqlearn/density_ratio/_idr.py
bqlearn/density_ratio/_kdr.py
bqlearn/density_ratio/_kmm.py
bqlearn/density_ratio/_pdr.py
bqlearn/density_ratio/tests/__init__.py
bqlearn/density_ratio/tests/test_dr.py
bqlearn/density_ratio/tests/test_idr.py
bqlearn/density_ratio/tests/test_kdr.py
bqlearn/model_selection/__init__.py
bqlearn/model_selection/_cv.py
bqlearn/model_selection/tests/__init__.py
bqlearn/model_selection/tests/test_cv.py
bqlearn/tests/__init__.py
bqlearn/tests/test_common.py
bqlearn/tests/test_ea.py
bqlearn/tests/test_irlnl.py
bqlearn/tests/test_metrics.py
bqlearn/tests/test_multiclass.py
bqlearn/tests/test_plugin.py
bqlearn/tests/test_symmetric.py
bqlearn/tests/test_tradaboost.py
bqlearn/tests/test_unbiased.py
bqlearn/utils/__init__.py
bqlearn/utils/_categorical.py
bqlearn/utils/_sparse.py
bqlearn/utils/validation.py
bqlearn/utils/tests/__init__.py
bqlearn/utils/tests/test_categorical.py
docs/Makefile
docs/conf.py
docs/docs-requirements.txt
docs/index.rst
docs/make.bat
docs/reference.rst
docs/_static/custom.css
docs/_templates/class.rst
docs/_templates/function.rst
docs/_templates/module.rst
docs/_templates/numpydoc_docstring.rst
docs/userguide/corruptions.rst
docs/userguide/index.rst
docs/userguide/intro.rst
docs/userguide/rnd.rst
docs/userguide/tl.rst
docs/userguide/transition.rst
examples/README.txt
examples/plot_cross_validation.py
examples/plot_dynamic_tradaboost.py
examples/plot_ea_linear_model.py
examples/plot_idr.py
examples/plot_kda.py
examples/plot_kdr.py
examples/plot_metadata_routing.py
examples/plot_reweighting_vs_noise_model.py
examples/plot_symmetric_property.py
examples/plot_synthetic_corruptions.py
examples/plot_transition_matrix.py
examples/plot_unbiased_xp.py