LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/decision_tree_id_fork.egg-info/PKG-INFO
src/decision_tree_id_fork.egg-info/SOURCES.txt
src/decision_tree_id_fork.egg-info/dependency_links.txt
src/decision_tree_id_fork.egg-info/requires.txt
src/decision_tree_id_fork.egg-info/top_level.txt
src/examples/__init__.py
src/examples/plot_graph.py
src/examples/text_plot_examples.py
src/id3/__init__.py
src/id3/export.py
src/id3/id3.py
src/id3/node.py
src/id3/splitter.py
src/id3/tree.py
src/id3/data/__init__.py
src/id3/data/load_data.py
src/id3/utils/__init__.py
src/id3/utils/array_operations.py
src/id3/utils/checks.py
src/id3/utils/extended_label_encoder.py
tests/test_common.py
tests/test_data.py
tests/test_export.py
tests/test_id3.py
tests/test_utils.py