You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2010/09/22 19:27:36 UTC

[jira] Created: (MAHOUT-511) TrainLogistic regressed due to encoder changes.

TrainLogistic regressed due to encoder changes.
-----------------------------------------------

                 Key: MAHOUT-511
                 URL: https://issues.apache.org/jira/browse/MAHOUT-511
             Project: Mahout
          Issue Type: Bug
            Reporter: Ted Dunning
             Fix For: 0.4


Isabel wrote:


I just tried running the SGD example with the following command line (adapted
from the corresponding JIRA issue):

./bin/mahout org.apache.mahout.classifier.sgd.TrainLogistic --passes 100 --rate
50 --lambda 0.001 --input examples/src/main/resources/donut.csv --features 21 --
output donut.model --target color --categories 2 --predictors x y xx xy yy a b c
--types n n

When running the code above I ran into a few NullPointerExceptions - I was able
to fix them with a few tiny changes. If not stripped they should be attached to
this mail to highlight the lines of code that caused the trouble. However I was
wondering whether I simply used the wrong command line.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-511) TrainLogistic regressed due to encoder changes.

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

Hudson commented on MAHOUT-511:
-------------------------------

Integrated in Mahout-Quality #311 (See [https://hudson.apache.org/hudson/job/Mahout-Quality/311/])
    

> TrainLogistic regressed due to encoder changes.
> -----------------------------------------------
>
>                 Key: MAHOUT-511
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-511
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>
> Isabel wrote:
> I just tried running the SGD example with the following command line (adapted
> from the corresponding JIRA issue):
> ./bin/mahout org.apache.mahout.classifier.sgd.TrainLogistic --passes 100 --rate
> 50 --lambda 0.001 --input examples/src/main/resources/donut.csv --features 21 --
> output donut.model --target color --categories 2 --predictors x y xx xy yy a b c
> --types n n
> When running the code above I ran into a few NullPointerExceptions - I was able
> to fix them with a few tiny changes. If not stripped they should be attached to
> this mail to highlight the lines of code that caused the trouble. However I was
> wondering whether I simply used the wrong command line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAHOUT-511) TrainLogistic regressed due to encoder changes.

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Dunning resolved MAHOUT-511.
--------------------------------

    Resolution: Fixed

Fixed and added test case to demonstrate the problem.

> TrainLogistic regressed due to encoder changes.
> -----------------------------------------------
>
>                 Key: MAHOUT-511
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-511
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>             Fix For: 0.4
>
>
> Isabel wrote:
> I just tried running the SGD example with the following command line (adapted
> from the corresponding JIRA issue):
> ./bin/mahout org.apache.mahout.classifier.sgd.TrainLogistic --passes 100 --rate
> 50 --lambda 0.001 --input examples/src/main/resources/donut.csv --features 21 --
> output donut.model --target color --categories 2 --predictors x y xx xy yy a b c
> --types n n
> When running the code above I ran into a few NullPointerExceptions - I was able
> to fix them with a few tiny changes. If not stripped they should be attached to
> this mail to highlight the lines of code that caused the trouble. However I was
> wondering whether I simply used the wrong command line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.