photo

Justin


Justin Acciavatti

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


How to have Tree able to do Multiple Splits at each Node rather than just 2 using fitctree?
All the trees I've produced have two splits at each node, but sometimes this is not optimal. How can I set fitctree to allow fo...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


How to show Sample Size at Each Split in Tree using fitctree?
Am using fitctree, and of course, altering the MinLeaf size changes the tree output drastically, but also interested in seeing h...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Stepwiseglm: What is happening when 'Warning: Iteration Limit Reached'?
Stepwiseglm: What is happening when 'Warning: Iteration Limit Reached'? Seems to have to do with not enough examples of vari...

bijna 10 jaar ago | 0 answers | 0

0

answers

Question


TreeBagger: How do I view entire tree or the list of logical steps? (Not same as with fitctree)
Hi, TreeBagger: How do I view entire tree or the list of logical steps? (Not same as with fitctree) I used: t=TreeBagger...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


Decision Tree CrossValidation Error of .07 How to determine if acceptable??
taking this example of coding from documentation: leafs=logspace(1,2,10); N=numel(leafs); err=zeros(N,1); ...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


Decision Tree Classification with 0 on BOTH terminal nodes of branches?
Using t=fitctree(x,y,'MinLeaf',20) and then view(t,'Mode','Graph') to look at how the tree is working, and I see that in se...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


How to reference Discontiguous data rows in a function? -from new user
I have imported a data set to model a decision tree using fitctree function. My overall aim is to model a training sample fr...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


Set p-value threshold for stepwiseglm() function?
Hi, I am using stepwiseglm(D(1:2719,2:end),D(1:2719,1),'constant','upper','linear','Distribution','binomial','Link','logit'...

bijna 10 jaar ago | 1 answer | 1

1

answer