.copier-answers.yml
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
environment.yml
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/add-issue-to-project-tracker.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
examples/demo_SOMSpecSelector.ipynb
src/pz_rail_som.egg-info/PKG-INFO
src/pz_rail_som.egg-info/SOURCES.txt
src/pz_rail_som.egg-info/dependency_links.txt
src/pz_rail_som.egg-info/requires.txt
src/pz_rail_som.egg-info/top_level.txt
src/rail/creation/degraders/specz_som.py
src/rail/estimation/algos/minisom_som.py
src/rail/estimation/algos/somoclu_som.py
src/rail/som/__init__.py
src/rail/som/_version.py
tests/som/test_som_speczdegrader.py
tests/som/test_som_summarizers.py
tests/som/test_somoclu_summarizers.py