.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MAINTAINERS.md
MANIFEST.in
README.md
pyproject.toml
renovate.json
requirements.txt
setup.cfg
setup.py
versioneer.py
.github/dco.yml
.github/workflows/build.yml
docs/sib_implementation.pdf
examples/__init__.py
examples/constatns.py
examples/custom_tokenizer.py
examples/eval_datasets.py
examples/ex1_clustering_and_analysis.py
examples/ex2_clustering_and_classification.py
examples/ex3_sib_vs_kmeans_cluster.py
examples/ex3_sib_vs_kmeans_eval.py
examples/ex3_sib_vs_kmeans_prepare.py
examples/ex3_sib_vs_kmeans_setup.py
examples/ex3_sib_vs_kmeans_utils.py
examples/heatmap.py
examples/requirements.txt
examples/vectorizers.py
examples/references/ex3_2022_06_30/aggregated.csv
examples/references/ex3_2022_06_30/datasets_meta.csv
examples/references/ex3_2022_06_30/embeddings_meta.csv
examples/references/ex3_2022_06_30/hardware.json
examples/references/ex3_2022_06_30/metrics.csv
examples/references/ex3_2022_06_30/setups_meta.csv
src/sib/__init__.py
src/sib/_version.py
src/sib/clustering_utils.py
src/sib/sib_main.py
src/sib/sib_optimizer_c.py
src/sib/sib_optimizer_p.py
src/sib/c_package/__init__.py
src/sib/c_package/c_sib_optimizer.cpp
src/sib/c_package/c_sib_optimizer.pxd
src/sib/c_package/c_sib_optimizer.pyx
src/sib/c_package/sib_optimizer.cpp
src/sib/c_package/sib_optimizer.h
src/sib_clustering.egg-info/PKG-INFO
src/sib_clustering.egg-info/SOURCES.txt
src/sib_clustering.egg-info/dependency_links.txt
src/sib_clustering.egg-info/requires.txt
src/sib_clustering.egg-info/top_level.txt
tests/create_references.py
tests/pytest.ini
tests/requirements.txt
tests/run_baseline.py
tests/test_sib.py
tests/resources/ami_scores/ami_scores.npz
tests/resources/baseline_ref/data.npz
tests/resources/dense_ref/data.npz
tests/resources/float_ref/data.npz
tests/resources/gold_labels/gold_labels.npz
tests/resources/max_iter_ref/data.npz
tests/resources/n_init_ref/data.npz
tests/resources/n_jobs_ref/data.npz
tests/resources/tol_ref/data.npz
tests/resources/uniform_prior_ref/data.npz
tests/resources/vectors/data.npz