LICENSE
README.md
setup.py
scself/__init__.py
scself.egg-info/PKG-INFO
scself.egg-info/SOURCES.txt
scself.egg-info/dependency_links.txt
scself.egg-info/not-zip-safe
scself.egg-info/requires.txt
scself.egg-info/top_level.txt
scself/_denoise/__init__.py
scself/_denoise/n2s_denoise.py
scself/_mcv/__init__.py
scself/_mcv/common.py
scself/_mcv/mcv_per_cell.py
scself/_mcv/molecular_crossvalidation.py
scself/_noise2self/__init__.py
scself/_noise2self/common.py
scself/_noise2self/graph.py
scself/_noise2self/multimodal_n2s.py
scself/_noise2self/n2s.py
scself/scaling/__init__.py
scself/scaling/truncscaler.py
scself/sparse/__init__.py
scself/sparse/graph.py
scself/sparse/math.py
scself/sparse/truncated_svd.py
scself/tests/__init__.py
scself/tests/_stubs.py
scself/tests/test_denoise.py
scself/tests/test_math.py
scself/tests/test_mcv.py
scself/tests/test_mkl_hacks.py
scself/tests/test_noise2self.py
scself/tests/test_standardization.py
scself/utils/__init__.py
scself/utils/_pca.py
scself/utils/cast_dtype_inplace.py
scself/utils/dot_product.py
scself/utils/logging.py
scself/utils/pairwise_loss.py
scself/utils/shrink.py
scself/utils/standardization.py
scself/utils/sum.py