LICENSE
README.md
pyproject.toml
autofmri/__init__.py
autofmri/cli.py
autofmri/estimator.py
autofmri/patchify.py
autofmri.egg-info/PKG-INFO
autofmri.egg-info/SOURCES.txt
autofmri.egg-info/dependency_links.txt
autofmri.egg-info/entry_points.txt
autofmri.egg-info/requires.txt
autofmri.egg-info/top_level.txt
autofmri/data/__init__.py
autofmri/data/base.py
autofmri/data/gtzan.py
autofmri/data/haxby.py
autofmri/data/hcp.py
autofmri/data/vkmc.py
autofmri/models/__init__.py
autofmri/models/cnn.py
autofmri/models/factory.py
autofmri/utils/__init__.py
autofmri/utils/image.py
autofmri/utils/seed.py
autofmri/utils/shap.py
tests/test_estimator.py
tests/test_models.py
tests/test_patchify.py