OlivierBinette / VisTree

GNU Affero General Public License v3.0
6 stars 0 forks source link

Decide on functions to include in the package #1

Open OlivierBinette opened 1 year ago

OlivierBinette commented 1 year ago

Any ideas for functions to include on the package? What should be the functions signatures, return type and behaviors?

For reference, here is code to plot decision trees using plotly: https://github.com/OlivierBinette/er-evaluation/blob/main/er_evaluation/plots/_dtree_plots.py. The results can be seen at the bottom of the page here: https://er-evaluation.readthedocs.io/en/latest/visualizations.html

OlivierBinette commented 1 year ago

It might be a good idea to follow the same interface as the plot_tree function from scikit-learn to start: https://scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html

fleurfanli commented 1 year ago

[Work in progress] Based on the "wants" discusses in Issue#2, include the following functions: