spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 8113dbda0 -> 592f64985 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting initialModel.weights

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.4 d4914647a -> 0832530e8 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.5 33ab236de -> 7b4fdf303 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes net.razorvine.pickle.PickleException. It can be fixed by converting

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-06 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.5 7a49b6048 -> 5d2d2dd91 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes `net.razorvine.pickle.PickleException`. It can be fixed by converting

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-06 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.6 c3135d021 -> 175681914 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes `net.razorvine.pickle.PickleException`. It can be fixed by converting

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-06 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master ea489f14f -> fcd013cf7 [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes `net.razorvine.pickle.PickleException`. It can be fixed by converting

spark git commit: [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None

2016-01-06 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.4 28adc45d5 -> bc397753c [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None If initial model passed to GMM is not empty it causes `net.razorvine.pickle.PickleException`. It can be fixed by converting