You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ikumasa Mukai (Created) (JIRA)" <ji...@apache.org> on 2012/01/05 17:27:39 UTC

[jira] [Created] (MAHOUT-942) Improbe the way to process the missing value for DF.

Improbe the way to process the missing value for DF.
----------------------------------------------------

                 Key: MAHOUT-942
                 URL: https://issues.apache.org/jira/browse/MAHOUT-942
             Project: Mahout
          Issue Type: Improvement
          Components: Classification
            Reporter: Ikumasa Mukai


If we process the data which contains the missing value("?"),
the tree cannot be created because DataConverter.convert inserts the null value
to the list of Instances.

Of cause we can fix this issue with prohibiting DataConverter.convert insert
the null value, but I notice that there is a potentiality that the rows
which have missing value("?") can be also used to make the tree.

We can use them for making all stems on the edge where we use the missing value.

--
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

        

[jira] [Commented] (MAHOUT-942) Improbe the way to process the missing value for DF.

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399255#comment-13399255 ] 

Sean Owen commented on MAHOUT-942:
----------------------------------

Ikumasa do you have a patch for this?
                
> Improbe the way to process the missing value for DF.
> ----------------------------------------------------
>
>                 Key: MAHOUT-942
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-942
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Classification
>            Reporter: Ikumasa Mukai
>              Labels: DecisionForest
>
> If we process the data which contains the missing value("?"),
> the tree cannot be created because DataConverter.convert inserts the null value
> to the list of Instances.
> Of cause we can fix this issue with prohibiting DataConverter.convert insert
> the null value, but I notice that there is a potentiality that the rows
> which have missing value("?") can be also used to make the tree.
> We can use them for making all stems on the edge where we use the missing value.

--
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

        

[jira] [Commented] (MAHOUT-942) Improbe the way to process the missing value for DF.

Posted by "Ikumasa Mukai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399862#comment-13399862 ] 

Ikumasa Mukai commented on MAHOUT-942:
--------------------------------------

No, I don't have but will tackle this issue.
Thank you for your checking.
                
> Improbe the way to process the missing value for DF.
> ----------------------------------------------------
>
>                 Key: MAHOUT-942
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-942
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Classification
>            Reporter: Ikumasa Mukai
>              Labels: DecisionForest
>
> If we process the data which contains the missing value("?"),
> the tree cannot be created because DataConverter.convert inserts the null value
> to the list of Instances.
> Of cause we can fix this issue with prohibiting DataConverter.convert insert
> the null value, but I notice that there is a potentiality that the rows
> which have missing value("?") can be also used to make the tree.
> We can use them for making all stems on the edge where we use the missing value.

--
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