.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/sections/index_components.md
docs/sections/components/gp_growth.rst
docs/sections/components/selectors.rst
docs/sections/components/targets.rst
docs/tutorials/introduction.ipynb
examples/model_predictions_target.ipynb
examples/numeric_targets.ipynb
examples/titanic.ipynb
src/pysubgroup/__init__.py
src/pysubgroup/algorithms.py
src/pysubgroup/binary_target.py
src/pysubgroup/constraints.py
src/pysubgroup/datasets.py
src/pysubgroup/fi_target.py
src/pysubgroup/gp_growth.py
src/pysubgroup/measures.py
src/pysubgroup/model_predictions_target.py
src/pysubgroup/model_target.py
src/pysubgroup/numeric_target.py
src/pysubgroup/permutation_test.py
src/pysubgroup/refinement_operator.py
src/pysubgroup/representations.py
src/pysubgroup/subgroup_description.py
src/pysubgroup/utils.py
src/pysubgroup/visualization.py
src/pysubgroup.egg-info/PKG-INFO
src/pysubgroup.egg-info/SOURCES.txt
src/pysubgroup.egg-info/dependency_links.txt
src/pysubgroup.egg-info/not-zip-safe
src/pysubgroup.egg-info/requires.txt
src/pysubgroup.egg-info/top_level.txt
src/pysubgroup/data/credit-g.arff
src/pysubgroup/data/titanic.csv
tests/algorithms_testing.py
tests/t_gp_growth.py
tests/t_utils.py
tests/test_ChiSquaredQF.py
tests/test_SubgroupDiscoveryResult.py
tests/test_algorithms.py
tests/test_algorithms_beamsearch.py
tests/test_algorithms_boolean.py
tests/test_algorithms_boolean_constraints.py
tests/test_algorithms_numeric.py
tests/test_binary_target.py
tests/test_boolean_expressions.py
tests/test_constraints.py
tests/test_fi_target.py
tests/test_generalisation_aware.py
tests/test_generalisations.py
tests/test_gp_growth.py
tests/test_model_predictions_target.py
tests/test_model_target.py
tests/test_permutation_test.py
tests/test_qf_input.py
tests/test_representations.py
tests/test_subgroup.py
tests/test_subgroup_description.py
tests/test_utils_dataconversion.py
tests/test_visualization.py