.gitignore
.pre-commit-config.yaml
.yamllint.yml
CITATION.cff
CONTRIBUTING.md
COPYING
README.md
RELEASES.md
codecov.yml
conftest.py
ignore-words.txt
pyproject.toml
ruff.toml
.circleci/artifact_path
.circleci/config.yml
.github/dependabot.yml
.github/labeler.yml
.github/workflows/circleci-redirector.yml
.github/workflows/labeler.yml
.github/workflows/testing.yml
.github/workflows/testing_dataset.yml
docs/Makefile
docs/make.bat
docs/source/all.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/quickstart.md
docs/source/releases.rst
docs/source/scorer.rst
docs/source/_static/images/logo_anr.jpg
docs/source/_static/images/logo_elias.png
docs/source/_static/images/logo_hiparis.png
docs/source/_static/images/skada_logo.svg
docs/source/_static/images/skada_logo_full.svg
docs/source/_static/images/skada_logo_full_white.svg
docs/source/_templates/class.rst
docs/source/_templates/function.rst
docs/source/_templates/module.rst
docs/source/_templates/versions.html
docs/source/images/source_only_scorer.png
examples/README.txt
examples/plot_how_to_use_skada.py
examples/plot_method_comparison.py
examples/plot_skada_logo.py
examples/datasets/README.txt
examples/datasets/plot_dataset_from_moons_distribution.py
examples/datasets/plot_shifted_dataset.py
examples/datasets/plot_shifted_dataset_regression.py
examples/datasets/plot_variable_frequency_dataset.py
examples/deep/README.txt
examples/deep/plot_adversarial.py
examples/deep/plot_deepdadataset.py
examples/deep/plot_divergence.py
examples/deep/plot_optimal_transport.py
examples/deep/plot_training_method.py
examples/methods/README.txt
examples/methods/plot_dasvm.py
examples/methods/plot_jdot_da.py
examples/methods/plot_label_prop_da.py
examples/methods/plot_monge_alignment_da.py
examples/methods/plot_optimal_transport_da.py
examples/methods/plot_reweighting.py
examples/methods/plot_subspace.py
examples/validation/README.txt
examples/validation/plot_cross_val_score_for_da.py
examples/validation/plot_cross_validation_for_da.py
examples/validation/plot_gridsearch_for_da.py
skada/__init__.py
skada/_mapping.py
skada/_ot.py
skada/_pipeline.py
skada/_reweight.py
skada/_self_labeling.py
skada/_subspace.py
skada/_utils.py
skada/base.py
skada/metrics.py
skada/model_selection.py
skada/transformers.py
skada/utils.py
skada/version.py
skada.egg-info/PKG-INFO
skada.egg-info/SOURCES.txt
skada.egg-info/dependency_links.txt
skada.egg-info/requires.txt
skada.egg-info/top_level.txt
skada/datasets/__init__.py
skada/datasets/_amazon_review.py
skada/datasets/_base.py
skada/datasets/_mnist_usps.py
skada/datasets/_office.py
skada/datasets/_office_home.py
skada/datasets/_samples_generator.py
skada/datasets/tests/test_amazon_review.py
skada/datasets/tests/test_base_dataset.py
skada/datasets/tests/test_mnist_usps.py
skada/datasets/tests/test_office.py
skada/datasets/tests/test_office_home.py
skada/datasets/tests/test_samples_generator.py
skada/deep/__init__.py
skada/deep/_adversarial.py
skada/deep/_baseline.py
skada/deep/_class_confusion.py
skada/deep/_divergence.py
skada/deep/_graph_alignment.py
skada/deep/_optimal_transport.py
skada/deep/base.py
skada/deep/callbacks.py
skada/deep/losses.py
skada/deep/modules.py
skada/deep/utils.py
skada/deep/tests/test_deep_adversarial.py
skada/deep/tests/test_deep_base.py
skada/deep/tests/test_deep_baseline.py
skada/deep/tests/test_deep_class_confusion.py
skada/deep/tests/test_deep_dadataset.py
skada/deep/tests/test_deep_divergence.py
skada/deep/tests/test_deep_graph_alignment.py
skada/deep/tests/test_deep_module.py
skada/deep/tests/test_deep_optimal_transport.py
skada/deep/tests/test_deep_pipeline.py
skada/deep/tests/test_deep_scorer.py
skada/deep/tests/test_deep_utils.py
skada/tests/test_base.py
skada/tests/test_cv.py
skada/tests/test_label_prop.py
skada/tests/test_mapping.py
skada/tests/test_ot.py
skada/tests/test_pipeline.py
skada/tests/test_reweight.py
skada/tests/test_scorer.py
skada/tests/test_selector.py
skada/tests/test_self_labeling.py
skada/tests/test_subspace.py
skada/tests/test_transformers.py
skada/tests/test_utils.py