.gitignore
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/build-test.yml
.github/workflows/publish-docs.yml
.github/workflows/pypi-publish.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/development.md
docs/index.rst
docs/installation.md
docs/license.md
docs/post_process_html.py
docs/pre_process_ipynb.py
docs/redflag.rst
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/redflag.svg
docs/_static/redflag_logo.png
docs/_static/redflag_social.svg
docs/notebooks/Basic_usage.ipynb
docs/notebooks/Tutorial.ipynb
docs/notebooks/Using_redflag_with_Pandas.ipynb
docs/notebooks/Using_redflag_with_sklearn.ipynb
docs/notebooks/_Pandas_accessor.ipynb
src/redflag/__init__.py
src/redflag/_version.py
src/redflag/distributions.py
src/redflag/imbalance.py
src/redflag/importance.py
src/redflag/independence.py
src/redflag/markov.py
src/redflag/outliers.py
src/redflag/pandas.py
src/redflag/sklearn.py
src/redflag/target.py
src/redflag/utils.py
src/redflag.egg-info/PKG-INFO
src/redflag.egg-info/SOURCES.txt
src/redflag.egg-info/dependency_links.txt
src/redflag.egg-info/requires.txt
src/redflag.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_markov.py
tests/test_pandas.py
tests/test_sklearn.py