[GitHub] spark issue #14101: [SPARK-16431] [ML] Add a unified method that accepts sin...

2016-07-11 Thread husseinhazimeh
Github user husseinhazimeh commented on the issue: https://github.com/apache/spark/pull/14101 @rxin your feedback would be appreciated --- 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

[GitHub] spark issue #14101: [SPARK-16431] [ML] Add a unified method that accepts sin...

2016-07-07 Thread husseinhazimeh
Github user husseinhazimeh commented on the issue: https://github.com/apache/spark/pull/14101 @mengxr @sethah can you review this patch? --- 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

[GitHub] spark pull request #14101: [SPARK-16431] [ML] Add a unified method that acce...

2016-07-07 Thread husseinhazimeh
GitHub user husseinhazimeh opened a pull request: https://github.com/apache/spark/pull/14101 [SPARK-16431] [ML] Add a unified method that accepts single instances to feature transformers and predictors ## What changes were proposed in this pull request? Current feature

[GitHub] spark pull request #13980: [SPARK-16198] [MLlib] [ML] Change access level of...

2016-07-07 Thread husseinhazimeh
Github user husseinhazimeh closed the pull request at: https://github.com/apache/spark/pull/13980 --- 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

[GitHub] spark issue #13980: [SPARK-16198] [MLlib] [ML] Change access level of predic...

2016-07-01 Thread husseinhazimeh
Github user husseinhazimeh commented on the issue: https://github.com/apache/spark/pull/13980 Thanks @sethah ! I had no idea this existed. As you've mentioned in your comment in PR #8883, exposing the prediction methods to the public API can be handy for ensemble methods, and now

[GitHub] spark issue #13980: [SPARK-16198] [MLlib] [ML] Change access level of predic...

2016-07-01 Thread husseinhazimeh
Github user husseinhazimeh commented on the issue: https://github.com/apache/spark/pull/13980 @srowen can you please have a look? --- 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

[GitHub] spark pull request #13980: [SPARK-16198] [MLlib] [ML] Change access level of...

2016-06-29 Thread husseinhazimeh
GitHub user husseinhazimeh opened a pull request: https://github.com/apache/spark/pull/13980 [SPARK-16198] [MLlib] [ML] Change access level of prediction functions to public ## What changes were proposed in this pull request? Change the access level of the `predict` method