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

Hudson commented on MAHOUT-1378:
--------------------------------

SUCCESS: Integrated in Mahout-Quality #2366 (See 
[https://builds.apache.org/job/Mahout-Quality/2366/])
MAHOUT-1378: Running Random Forest with Ignored features fails when loading 
feature descriptor from JSON file (smarthi: rev 1551019)
* /mahout/trunk/CHANGELOG
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/classifier/df/data/Dataset.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/classifier/df/data/DatasetTest.java


> Running Random Forest with Ignored features fails when loading feature 
> descriptor from JSON file
> ------------------------------------------------------------------------------------------------
>
>                 Key: MAHOUT-1378
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1378
>             Project: Mahout
>          Issue Type: Bug
>          Components: Classification
>    Affects Versions: 0.8
>         Environment: generic
>            Reporter: sam wu
>            Assignee: Suneel Marthi
>             Fix For: 0.9
>
>         Attachments: DatasetIgnoreFeatureTest.java, rf-ignore-f-JSON.patch
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Running Random Forest with Ignored features fails when loading feature 
> descriptor from JSON file.
> in Dataset.java , fromJSON(String json) function
> line 400
> original: ------  nominalValues[i] = array; 
> should be change to 
>  nominalValues[i - ignored.size()] = array;
> // put array in ignore-feature filtered index



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to