Examples
Here are some example notebooks and scripts that demonstrate how to use the decisiontree-to-sankey library.
penguine_dataset_example.ipynb: A Jupyter notebook that visualizes decision trees using the penguin dataset.
sankey_diagram.html: An interactive HTML output showing a Sankey diagram from the decisiontree-to-sankey library.
penguine_dataset_example.py: A Python script with an example of using the library with the penguin dataset.
You can find these examples in the GitHub repository under the examples/ folder: - Examples on GitHub
Feel free to explore and modify them to suit your own use cases.