You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by felixcheung <gi...@git.apache.org> on 2017/05/19 18:35:56 UTC

[GitHub] spark pull request #18035: [MINOR][SPARKR][ML] Joint coefficients with inter...

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

    https://github.com/apache/spark/pull/18035#discussion_r117545681
  
    --- Diff: R/pkg/R/mllib_classification.R ---
    @@ -111,10 +112,10 @@ setMethod("spark.svmLinear", signature(data = "SparkDataFrame", formula = "formu
                 new("LinearSVCModel", jobj = jobj)
               })
     
    -#  Predicted values based on an LinearSVCModel model
    +#  Predicted values based on a linear SVM model.
    --- End diff --
    
    I think these are intentional - we have `#  Predicted values based on an LogisticRegressionModel model`
    they are prefix by `#` and not in generated doc - only for developers


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org