-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3072/#review3869
-----------------------------------------------------------



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveMapper.java
<https://reviews.apache.org/r/3072/#comment8694>

    This is a useless comment.  The name says the same thing.  Just putting in 
comments like this to satisfy a request for comments is very frustrating 
behavior.
    
    WHAT DOES THIS CODE INTEND TO DO AND WHY?



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveReducer.java
<https://reviews.apache.org/r/3072/#comment8695>

    Same comment.  This is not a comment.  This is a repetition.  It adds 
nothing and shouldn't be here.



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDDriver.java
<https://reviews.apache.org/r/3072/#comment8696>

    HOW AND WHY?



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDDriver.java
<https://reviews.apache.org/r/3072/#comment8697>

    How does the updat ework?
    
    How is the request for using the final iteration as initial weights made?
    
    Why does it work this way?



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDDriver.java
<https://reviews.apache.org/r/3072/#comment8698>

    Iterations of what?



trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDDriver.java
<https://reviews.apache.org/r/3072/#comment8699>

    This is another non-comment.


- Ted


On 2011-12-12 11:51:59, issei yoshida wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/3072/
> -----------------------------------------------------------
> 
> (Updated 2011-12-12 11:51:59)
> 
> 
> Review request for mahout.
> 
> 
> Summary
> -------
> 
> MAHOUT-918 Parallelized SGD in MapReduce
> 
> 
> This addresses bug MAHOUT-918.
>     https://issues.apache.org/jira/browse/MAHOUT-918
> 
> 
> Diffs
> -----
> 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/PassiveAggressive.java
>  1213193 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/AdaptiveLogisticRegressionDriver.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/AdaptiveLogisticRegressionMapper.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/AdaptiveLogisticRegressionReducer.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/LogisticRegressionDriver.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/LogisticRegressionMapper.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/LogisticRegressionReducer.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveDriver.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveMapper.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveReducer.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDDriver.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDMapper.java
>  PRE-CREATION 
>   
> trunk/core/src/main/java/org/apache/mahout/classifier/sgd/mapreduce/SGDReducer.java
>  PRE-CREATION 
>   
> trunk/core/src/test/java/org/apache/mahout/classifier/sgd/mapreduce/AdaptiveLogisticRegressionMapReduceTest.java
>  PRE-CREATION 
>   
> trunk/core/src/test/java/org/apache/mahout/classifier/sgd/mapreduce/LogisticRegressionMapReduceTest.java
>  PRE-CREATION 
>   
> trunk/core/src/test/java/org/apache/mahout/classifier/sgd/mapreduce/PassiveAggressiveMapReduceTest.java
>  PRE-CREATION 
>   
> trunk/core/src/test/java/org/apache/mahout/classifier/sgd/mapreduce/SGDMapReduceTest.java
>  PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/3072/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> issei
> 
>

Reply via email to