spark-instrumented-optimizer/python/pyspark/mllib
vinodkc 0144039517 [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIs
There are some missing API docs in pyspark.mllib.linalg.Vector (including DenseVector and SparseVector). We should add them based on their Scala counterparts.

Author: vinodkc <vinod.kc.in@gmail.com>

Closes #8834 from vinodkc/fix_SPARK-10631.
2015-09-20 22:55:24 -07:00
..
linalg [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIs 2015-09-20 22:55:24 -07:00
stat [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test 2015-07-20 09:00:01 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:47 -07:00
classification.py [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter in Python 2015-09-14 12:08:52 -07:00
clustering.py [SPARK-7105] [PYSPARK] [MLLIB] Support model save/load in GMM 2015-07-28 15:00:25 -07:00
common.py [SPARK-6485] [MLLIB] [PYTHON] Add CoordinateMatrix/RowMatrix/IndexedRowMatrix to PySpark. 2015-08-04 16:30:03 -07:00
evaluation.py [SPARK-9005] [MLLIB] Fix RegressionMetrics computation of explainedVariance 2015-07-15 13:32:25 -07:00
feature.py [SPARK-10273] Add @since annotation to pyspark.mllib.feature 2015-09-14 21:58:52 -07:00
fpm.py [SPARK-10274] [MLLIB] Add @since annotation to pyspark.mllib.fpm 2015-09-17 08:50:46 -07:00
random.py [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.random 2015-09-15 12:23:20 -07:00
recommendation.py [SPARK-10276] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.recommendation 2015-09-16 04:34:14 -07:00
regression.py [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter in Python 2015-09-14 12:08:52 -07:00
tests.py [SPARK-10615] [PYSPARK] change assertEquals to assertEqual 2015-09-18 09:53:52 -07:00
tree.py [SPARK-10278] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.tree 2015-09-17 08:48:45 -07:00
util.py [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib.util 2015-09-17 08:50:00 -07:00