LICENSE
README.md
pyproject.toml
splytters/__init__.py
splytters/_types.py
splytters/adversarial.py
splytters/balanced.py
splytters/curriculum.py
splytters/distances.py
splytters/embedders.py
splytters/interop.py
splytters/metrics.py
splytters/overlap.py
splytters/py.typed
splytters/report.py
splytters/sklearn_api.py
splytters/stratify.py
splytters/utils.py
splytters.egg-info/PKG-INFO
splytters.egg-info/SOURCES.txt
splytters.egg-info/dependency_links.txt
splytters.egg-info/requires.txt
splytters.egg-info/top_level.txt
splytters/sorters/__init__.py
splytters/sorters/_lazy.py
splytters/sorters/audio_sorters.py
splytters/sorters/embedding_sorters.py
splytters/sorters/image_sorters.py
splytters/sorters/tabular_sorters.py
splytters/sorters/text_sorters.py
tests/test_audio_sorters.py
tests/test_curriculum.py
tests/test_distances.py
tests/test_embedders.py
tests/test_embedders_mock.py
tests/test_embedding_sorters.py
tests/test_image_sorters.py
tests/test_interop.py
tests/test_introspection.py
tests/test_lazy_imports.py
tests/test_metrics.py
tests/test_overlap_branches.py
tests/test_report.py
tests/test_splitters.py
tests/test_stratify.py
tests/test_tabular_sorters.py
tests/test_text_sorters.py