LICENSE
README.md
pyproject.toml
setup.py
protclust/__init__.py
protclust/clustering.py
protclust/logger.py
protclust/preprocessing.py
protclust/splitting.py
protclust/utils.py
protclust.egg-info/PKG-INFO
protclust.egg-info/SOURCES.txt
protclust.egg-info/dependency_links.txt
protclust.egg-info/requires.txt
protclust.egg-info/top_level.txt
protclust/embeddings/__init__.py
protclust/embeddings/api.py
protclust/embeddings/baseline.py
protclust/embeddings/esm.py
protclust/embeddings/matrices.py
protclust/embeddings/raygun_embedder.py
protclust/embeddings/reduction.py
protclust/embeddings/remote.py
protclust/embeddings/storage.py
protclust/embeddings/transformers.py
protclust/embeddings/utils.py
tests/test_clustering.py
tests/test_clustering_accuracy.py
tests/test_constrained_split.py
tests/test_edge_cases.py
tests/test_embeddings_api.py
tests/test_embeddings_baseline.py
tests/test_embeddings_models.py
tests/test_embeddings_plm.py
tests/test_embeddings_reduction.py
tests/test_embeddings_storage.py
tests/test_embeddings_utils.py
tests/test_error_handling.py
tests/test_kfold.py
tests/test_milp_splitting.py
tests/test_multiway_split.py
tests/test_performance.py
tests/test_preprocessing.py
tests/test_split_integrity.py
tests/test_splitting.py
tests/test_utils.py