Github user myui commented on a diff in the pull request:

    https://github.com/apache/incubator-hivemall/pull/92#discussion_r125170766
  
    --- Diff: core/src/main/java/hivemall/classifier/AROWClassifierUDTF.java ---
    @@ -41,172 +41,165 @@
      *     In Proc. NIPS, 2009.
      * </pre>
      */
    -@Description(
    -        name = "train_arow",
    -        value = "_FUNC_(list<string|int|bigint> features, int label [, 
const string options])"
    -                + " - Returns a relation consists of <string|int|bigint 
feature, float weight, float covar>",
    -        extended = "Build a prediction model by Adaptive Regularization of 
Weight Vectors (AROW) binary classifier")
    +@Description(name = "train_arow", value = "_FUNC_(list<string|int|bigint> 
features, int label [, const string options])"
    +    + " - Returns a relation consists of <string|int|bigint feature, float 
weight, float covar>", extended = "Build a prediction model by Adaptive 
Regularization of Weight Vectors (AROW) binary classifier")
    --- End diff --
    
    too long line.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to