[ 
https://issues.apache.org/jira/browse/MAHOUT-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168110#comment-13168110
 ] 

Ikumasa Mukai commented on MAHOUT-840:
--------------------------------------

Thank you so much for adopting my patch!
I am glad I can contribute to your project.

> DecisionTreeBuilder supports both classification and regression tree.
> Should we remove DefaultTreeBuilder and just use DecisionTreeBuilder instead ?

Yes, I think so.
Because we can get same result if we use DecisionTreeBuilder with disabling 
pruning and complementing functions.
(I made DecisionTreeBuilder refering to DefaultTreeBuilder.)

So I will make an additional patch for enabling to change the 
params(minSplitNum, complemented etc..) for DecisionTreeBuilder from 
outside(command line), and will attach to this jira.

Regards,
                
> Decision Forests should support Regression problems
> ---------------------------------------------------
>
>                 Key: MAHOUT-840
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-840
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Classification
>            Reporter: Deneche A. Hakim
>            Assignee: Deneche A. Hakim
>         Attachments: DecisionTreeBuilderTest.java, MAHOUT-840.patch, 
> regression.patch, regression.patch, regression.patch
>
>
> Improve Decision Forest code in order to handle numerical targets, thus 
> supporting regression problems

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to