Skip to content
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

[SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None #10644

Closed
wants to merge 2 commits into from

Conversation

zero323
Copy link
Member

@zero323 zero323 commented Jan 7, 2016

If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting initialModel.weights to list.

@yhuai
Copy link
Contributor

yhuai commented Jan 7, 2016

add to whitelist

@yhuai
Copy link
Contributor

yhuai commented Jan 7, 2016

ok to test

@yhuai
Copy link
Contributor

yhuai commented Jan 7, 2016

@jkbradley

@SparkQA
Copy link

SparkQA commented Jan 7, 2016

Test build #48945 has finished for PR 10644 at commit 9ab7eca.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jkbradley
Copy link
Member

LGTM...and tests passed! Sorry for the trouble folks.
Merging with master, branch-1.6, branch-1.5, branch-1.4

asfgit pushed a commit that referenced this pull request Jan 7, 2016
If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting initialModel.weights to list.

Author: zero323 <matthew.szymkiewicz@gmail.com>

Closes #10644 from zero323/SPARK-12006.

(cherry picked from commit 592f649)
Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
asfgit pushed a commit that referenced this pull request Jan 7, 2016
If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting initialModel.weights to list.

Author: zero323 <matthew.szymkiewicz@gmail.com>

Closes #10644 from zero323/SPARK-12006.

(cherry picked from commit 592f649)
Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
asfgit pushed a commit that referenced this pull request Jan 7, 2016
If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting initialModel.weights to list.

Author: zero323 <matthew.szymkiewicz@gmail.com>

Closes #10644 from zero323/SPARK-12006.

(cherry picked from commit 592f649)
Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
@asfgit asfgit closed this in 592f649 Jan 7, 2016
@zero323 zero323 deleted the SPARK-12006 branch April 6, 2017 11:03
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.

4 participants