Tudor Lapusan

Results 20 issues of Tudor Lapusan

@parrt it contains the visualisations for Random Forest algo. The tensorflow DF contains more algorithms for decision forests and we can add them also in the future. close #181

https://blog.tensorflow.org/2021/05/introducing-tensorflow-decision-forests.html

enhancement

Nodes can contain more informations like impurity and number of samples which we can include in visualisations. A feature request from this article : https://towardsdatascience.com/everything-you-ever-wanted-to-know-about-decision-trees-in-python-17e8edb6b37b

enhancement

Discover which are the most consuming parts for each visualisations/libraries and try to optimise them.

enhancement

refactor based on comments from PR #112

refactor

Hi, I would like to ask you about the decision node path in case the node has a categorical or numerical threshold. What I observed is when I have a...

bug

When the node distribution value is pretty large, is hard to get the actual spliting value of the node.

Integrate AI for a better explanation of the plots and decision tree structures

enhancement

We introduced this fix here : https://github.com/parrt/dtreeviz/pull/266, when a node will not contain samples from each label. By filtering out those labels, we can have the situation when only a...

bug