-
- Downloads
[MINOR] [MLLIB] rename some functions of PythonMLLibAPI
Keep the same naming conventions for PythonMLLibAPI. Only the following three functions is different from others ```scala trainNaiveBayes trainGaussianMixture trainWord2Vec ``` So change them to ```scala trainNaiveBayesModel trainGaussianMixtureModel trainWord2VecModel ``` It does not affect any users and public APIs, only to make better understand for developer and code hacker. Author: Yanbo Liang <ybliang8@gmail.com> Closes #7011 from yanboliang/py-mllib-api-rename and squashes the following commits: 771ffec [Yanbo Liang] rename some functions of PythonMLLibAPI
Showing
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 3 additions, 3 deletions...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- python/pyspark/mllib/classification.py 1 addition, 1 deletionpython/pyspark/mllib/classification.py
- python/pyspark/mllib/clustering.py 3 additions, 3 deletionspython/pyspark/mllib/clustering.py
- python/pyspark/mllib/feature.py 1 addition, 1 deletionpython/pyspark/mllib/feature.py
Loading
Please register or sign in to comment