srowen commented on a change in pull request #27570: [SPARK-30820][SPARKR][ML] 
Add FMClassifier to SparkR
URL: https://github.com/apache/spark/pull/27570#discussion_r399696518
 
 

 ##########
 File path: R/pkg/R/mllib_classification.R
 ##########
 @@ -42,6 +42,12 @@ setClass("MultilayerPerceptronClassificationModel", 
representation(jobj = "jobj"
 #' @note NaiveBayesModel since 2.0.0
 setClass("NaiveBayesModel", representation(jobj = "jobj"))
 
+#' S4 class that represents a FMClassificationModel
+#'
+#' @param jobj a Java object reference to the backing Scala FMClassifierWrapper
+#' @note FMClassificationModel since 3.1.0
 
 Review comment:
   At this point maybe we can target for 3.1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to