.gitignore
CITATION.cff
LICENSE.md
MANIFEST.in
README.md
mkdocs.yml
pixi.toml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
data/magron2022/animals.rda
data/magron2022/lastfm.rda
data/magron2022/paleo.rda
examples/display_reproduced_results.py
examples/reproduce_magron2022.py
recipe/meta.yml
src/nbmf_mm/__init__.py
src/nbmf_mm/_initialization.py
src/nbmf_mm/_objective.py
src/nbmf_mm/_rdeps.py
src/nbmf_mm/_version.py
src/nbmf_mm/cli.py
src/nbmf_mm/estimator.py
src/nbmf_mm/py.typed
src/nbmf_mm.egg-info/PKG-INFO
src/nbmf_mm.egg-info/SOURCES.txt
src/nbmf_mm.egg-info/dependency_links.txt
src/nbmf_mm.egg-info/requires.txt
src/nbmf_mm.egg-info/top_level.txt
tests/test_api.py
tests/test_api_basic.py
tests/test_monotonic_objective.py
tests/test_reproducibility.py
tests/test_symmetry.py