Skip to content

[SPARK-10240] [SPARK-10242] [MLLIB] update since versions in mlilb.random and mllib.stat #8439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 26, 2015

The same as #8241 but for mllib.stat and mllib.random.

cc @feynmanliang

@SparkQA
Copy link

SparkQA commented Aug 26, 2015

Test build #41577 has finished for PR 8439 at commit 131a02e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class MultivariateGaussian @Since("1.3.0") (

@@ -87,16 +98,20 @@ class StandardNormalGenerator extends RandomDataGenerator[Double] {
* @param mean mean for the Poisson distribution.
*/
@DeveloperApi
@Since("1.1.0")
class PoissonGenerator(val mean: Double) extends RandomDataGenerator[Double] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SInCE on constructor public constructor and constructor params

@feynmanliang
Copy link
Contributor

Checked for completeness, did not verify correctness of version numbers

@feynmanliang
Copy link
Contributor

LGTM

@SparkQA
Copy link

SparkQA commented Aug 26, 2015

Test build #41594 has finished for PR 8439 at commit f31a148.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class PoissonGenerator @Since("1.1.0") (
    • class ExponentialGenerator @Since("1.3.0") (
    • class GammaGenerator @Since("1.3.0") (
    • class LogNormalGenerator @Since("1.3.0") (
    • class MultivariateGaussian @Since("1.3.0") (

asfgit pushed a commit that referenced this pull request Aug 26, 2015
…ndom and mllib.stat

The same as #8241 but for `mllib.stat` and `mllib.random`.

cc feynmanliang

Author: Xiangrui Meng <meng@databricks.com>

Closes #8439 from mengxr/SPARK-10242.

(cherry picked from commit c3a5484)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@mengxr
Copy link
Contributor Author

mengxr commented Aug 26, 2015

Merged into master and branch-1.5.

@asfgit asfgit closed this in c3a5484 Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants