.bumpversion.cfg
.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements_docs.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/examples.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/nafes.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
examples/nafesPy_wdbc.py
examples/nafesPy_wdbc_reject_options.py
nafes/__init__.py
nafes/dataset.py
nafes/mutate_labels.py
nafes/mutated_validation.py
nafes/nafes.py
nafes/transform.py
nafes.egg-info/PKG-INFO
nafes.egg-info/SOURCES.txt
nafes.egg-info/dependency_links.txt
nafes.egg-info/requires.txt
nafes.egg-info/top_level.txt
tests/__init__.py
tests/test_dataset.py
tests/test_examples.sh
tests/test_nafes.py
tests/test_omega_initializer.py
tests/test_prototype_initializer.py
tests/test_termination.py
tests/test_transform.py
tests/test_validation_scheme.py