You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook explaining decision trees, found under here doesn't work properly:
The tree partly wrong classifies some instances. Exp: with the default setting all features set to minimum value, the wine is classified as bad, although it should be good.
At the bottom nodes, the tree contains two leafs with the same label (good), although all the instances that lead to a good wine, should be summarized together and the tree can stop at a level prior. (The reasons behind this are probably found in the implementation of the DecisionTree in the MLJ package and should be examined there)
When the tree contains too many nodes, the text is unreadable anymore. some kind of wrap text or a similar approach should be implemented but CairoMakie doesn't offer this in graphs yet.
The text was updated successfully, but these errors were encountered:
The notebook explaining decision trees, found under here doesn't work properly:
The text was updated successfully, but these errors were encountered: