"Decision Tree Model Not Visible"
Hello again,
I am trying to use a decision tree learner for a problem. If i run the stream with just the input file node and the decision tree learner, the resulting decision tree is shown fine. However when i run the following stream (essentially i perform cross-validation), i cannot see the resulting tree (and hence the resulting model). Here is the setup :
<操作符名称= " OperatorChain " class = " OperatorChain" expanded="yes">
<参数键= " root_relative_squared_error”价值e="true"/>
Any idea as to why this is happening?
Thanks,
Harry
I am trying to use a decision tree learner for a problem. If i run the stream with just the input file node and the decision tree learner, the resulting decision tree is shown fine. However when i run the following stream (essentially i perform cross-validation), i cannot see the resulting tree (and hence the resulting model). Here is the setup :
<操作符名称= " OperatorChain " class = " OperatorChain" expanded="yes">
<参数键= " root_relative_squared_error”价值e="true"/>
Any idea as to why this is happening?
Thanks,
Harry
Tagged:
0
Answers
Here is the setup :
<操作符名称= " OperatorChain " class = " OperatorChain" expanded="yes">
<参数键= " root_relative_squared_error”价值e="true"/>
Regards,
Tobias
First, thanks for your reply. After some experimentation i found out about the learn_complete_model option, right after i sent my first reply in the spirit of "we share our knowledge with the community"
Your reply puts things in order....Thanks again!