.coveragerc
.flake8
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.zenodo.json
CHANGES.rst
CONTRIBUTING.md
LICENSE
Makefile
README.md
RELEASE.rst
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/config.yml
.github/workflows/create-github-release.yml
.github/workflows/docbuild.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/test.yml
.maintenance/publish_release.sh
.maintenance/update_changes.sh
.maintenance/update_zenodo.py
afqinsight/__init__.py
afqinsight/_version.py
afqinsight/cross_validate.py
afqinsight/datasets.py
afqinsight/pipeline.py
afqinsight/transform.py
afqinsight/utils.py
afqinsight.egg-info/PKG-INFO
afqinsight.egg-info/SOURCES.txt
afqinsight.egg-info/dependency_links.txt
afqinsight.egg-info/not-zip-safe
afqinsight.egg-info/requires.txt
afqinsight.egg-info/top_level.txt
afqinsight/data/classification_data/nodes.csv
afqinsight/data/classification_data/subjects.csv
afqinsight/data/regression_data/nodes.csv
afqinsight/data/regression_data/subjects.csv
afqinsight/data/test_data/nodes.csv
afqinsight/data/test_data/subjects.csv
afqinsight/data/test_data/test_data_y.npy
afqinsight/data/test_data/test_multicol2dicts_label_dicts.json
afqinsight/data/test_data/test_multicol2sets_label_sets.npy
afqinsight/data/test_data/test_remove_group_x.npy
afqinsight/data/test_data/test_remove_groups_x.npy
afqinsight/data/test_data/test_select_group_x.npy
afqinsight/data/test_data/test_select_groups_x.npy
afqinsight/data/test_data/test_shuffle_group_x.npy
afqinsight/data/test_data/test_transform_cols.npy
afqinsight/data/test_data/test_transform_groups.npy
afqinsight/data/test_data/test_transform_x.npy
afqinsight/tests/test_cross_validate.py
afqinsight/tests/test_datasets.py
afqinsight/tests/test_pipelines.py
afqinsight/tests/test_transform.py
afqinsight/tests/test_utils.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/getting_help.rst
doc/index.rst
doc/install.rst
doc/user_guide.rst
doc/_static/css/afqinsight.css
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.py
examples/README.txt