Installation

You can install decisiontree-to-sankey using pip:

pip install decisiontree-to-sankey

Alternatively, clone the repository and install manually:

git clone https://github.com/LukeADay/DecisionTree-to-Sankey.git
cd DecisionTree-to-Sankey
conda env create -f environment.yml
conda activate tree-sankey-visualizer
pip install .