Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-7651] [MLLIB] [PYSPARK] GMM predict, predictSoft should raise …
…error on bad input In the Python API for Gaussian Mixture Model, predict() and predictSoft() methods should raise an error when the input argument is not an RDD. Author: FlytxtRnD <[email protected]> Closes apache#6180 from FlytxtRnD/GmmPredictException and squashes the following commits: 4b6aa11 [FlytxtRnD] Raise error if the input to predict()/predictSoft() is not an RDD
- Loading branch information