LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
app/bellatrex/__init__.py
app/bellatrex/__version__.py
app/bellatrex/bellatrex_explain.py
app/bellatrex/gui_plots_code.py
app/bellatrex/gui_utils.py
app/bellatrex/nicegui_plots_code.py
app/bellatrex/plot_tree_patch.py
app/bellatrex/tree_dissimilarity.py
app/bellatrex/tree_extraction.py
app/bellatrex/tree_representation_utils.py
app/bellatrex/utilities.py
app/bellatrex/visualization.py
app/bellatrex/visualization_extra.py
app/bellatrex/wrapper_class.py
app/bellatrex.egg-info/PKG-INFO
app/bellatrex.egg-info/SOURCES.txt
app/bellatrex.egg-info/dependency_links.txt
app/bellatrex.egg-info/requires.txt
app/bellatrex.egg-info/top_level.txt
app/bellatrex/_nicegui/__init__.py
app/bellatrex/_nicegui/cache.py
app/bellatrex/_nicegui/models.py
app/bellatrex/_nicegui/rendering.py
app/bellatrex/_nicegui/runtime.py
app/bellatrex/_nicegui/windows.py
app/bellatrex/datasets/__init__.py
app/bellatrex/datasets/binary_tutorial.csv
app/bellatrex/datasets/multi-label_tutorial.csv
app/bellatrex/datasets/multi-target_tutorial.csv
app/bellatrex/datasets/regression_tutorial.csv
app/bellatrex/datasets/survival_tutorial.csv
tests/test_bellatrex_explain.py
tests/test_dataset_loaders.py
tests/test_inputs.py
tests/test_main_run.py
tests/test_nicegui_helpers.py
tests/test_nicegui_runtime.py
tests/test_plot_tree_patch.py
tests/test_tree_dissimilarity.py
tests/test_tree_representation_utils.py
tests/test_utilities.py
tests/test_visualization.py
tests/test_wrapper_class.py