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

Deneche A. Hakim commented on MAHOUT-840:
-----------------------------------------

DecisionForests use the Dataset class to get informations about the attributes: 
whether they are numerical or categorical, and to get all possible values of 
categorical attributes. The target attribute is treated apart and supposed 
always to be categorical. The first step should be to modify Dataset in order 
to treat the target attribute as any other attribute, of course the remaining 
code still asumes it is categorical
                
> 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
>
> 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