GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/12807
[SPARK-14831.2] [ML] [R] rename ml.save/ml.load to write.ml/read.ml ## What changes were proposed in this pull request? Continue the work of #12789 to rename ml.asve/ml.load to write.ml/read.ml, which are more consistent with read.df/write.df and other methods in SparkR. I didn't rename `data` to `df` because we still use `predict` for prediction, which uses `newData` to match the signature in R. ## How was this patch tested? Existing unit tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mengxr/spark SPARK-14831 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/12807.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #12807 ---- commit 4b8662aff9708dae6dbbf0111511e4daeffda268 Author: Xiangrui Meng <m...@databricks.com> Date: 2016-04-30T06:22:59Z rename ml.save/ml.load to write.ml/read.ml ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org