-
-
We have classification problem with input state of dimension 1,000,000 (very large).
Current Decision Tree using greedy algorithm, it's impossible to get the optimal tree.
But, due to the nature o…
-
Decision tree - blank
https://projects.invisionapp.com/d/main#/console/12115078/299944210/preview
Decision tree - Hover
https://projects.invisionapp.com/d/main#/console/12115078/299944207/preview
De…
-
-
**Description**
If the path of a DecisionTree is to be visualized for a single instance and the feature value is exactly the split value, the right path is selected. However, with Sklearn, the decisi…
-
I was playing with a different word list today and discovered that this does not always find the optimal solution. Using the word lists [guesslist.txt](https://github.com/user-attachments/files/173023…
-
Hi,
I have a decision tree with 20k nodes. How can I plot it?
I checked the d3.js code but with svg its pretty slow to render 20k nodes and use some zoom with it.
is there a way to generate a…
-
이번엔 Decision Trees, 한국말로는 결정나무 또는 의사결정나무 라고 하는 모델에 대해서 알아보려한다.
이름부터가 이미 모든걸 얘기해주듯, 나무처럼 가지치기를 통해서 최적의 의사걸졍을 해주는 모델이다.
물론 아무거나 대충 던져놓고 알아서 결정하라그러면 결정나무도 주인닮아 결과를 대충 던져놓는다. 신중하게 그나마 괜찮은 납득이 가는 의사결정 결과…
-
We need a new decision tree widget which takes advantage of the LazyTable and data pulling. Orange 3 uses scikit-learn for most of it's classification algorithms, but this is not appropriate for us as…
-
How do we want to store the decision tree data? What makes the most sense and is the most flexible, to allow people to contribute more ideas in the future?