zero323 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_r383179524
##########
File path: docs/ml-classification-regression.md
##########
@@ -563,6 +563,15 @@ Refer to the [Python API
docs](api/python/pyspark.ml.html#pyspark.ml.classificat
{% include_example python/ml/fm_classifier_example.py %}
</div>
+<div data-lang="r" markdown="1">
+
+Refer to the [R API docs](api/R/spark.fmClassifier.html) for more details.
+
+Note: At the moment SparkR doesn't suport feature scaling.
+
+{% include_example r/ml/fmClassifier.R %}
Review comment:
Yeah, let's put it on hold for a few weeks, until I am back on environment
on which I can test things.
----------------------------------------------------------------
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]