LICENSE.txt
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.cfg
setup.py
CHAID/__init__.py
CHAID/__main__.py
CHAID/column.py
CHAID/graph.py
CHAID/invalid_split_reason.py
CHAID/mapping_dict.py
CHAID/node.py
CHAID/split.py
CHAID/stats.py
CHAID/tree.py
chaid_segmenter/__init__.py
chaid_segmenter/binning.py
chaid_segmenter/layout.py
chaid_segmenter/metrics.py
chaid_segmenter/plotting.py
chaid_segmenter/rules.py
chaid_segmenter/segmenter.py
chaid_segmenter.egg-info/PKG-INFO
chaid_segmenter.egg-info/SOURCES.txt
chaid_segmenter.egg-info/dependency_links.txt
chaid_segmenter.egg-info/requires.txt
chaid_segmenter.egg-info/top_level.txt
tests/test_continuous_column.py
tests/test_graph.py
tests/test_graph_optional_import.py
tests/test_node.py
tests/test_nominal_column.py
tests/test_ordinal_column.py
tests/test_segmenter_binary.py
tests/test_segmenter_binning.py
tests/test_segmenter_continuous.py
tests/test_segmenter_highcard.py
tests/test_segmenter_inference.py
tests/test_segmenter_loaders.py
tests/test_segmenter_plotting.py
tests/test_segmenter_rules.py
tests/test_split.py
tests/test_stats.py
tests/test_tree.py