spark-instrumented-optimizer/python/docs/pyspark.mllib.rst
Xiangrui Meng 0bfacd5c5d [SPARK-6090][MLLIB] add a basic BinaryClassificationMetrics to PySpark/MLlib
A simple wrapper around the Scala implementation. `DataFrame` is used for serialization/deserialization. Methods that return `RDD`s are not supported in this PR.

davies If we recognize Scala's `Product`s in Py4J, we can easily add wrappers for Scala methods that returns `RDD[(Double, Double)]`. Is it easy to register serializer for `Product` in PySpark?

Author: Xiangrui Meng <meng@databricks.com>

Closes #4863 from mengxr/SPARK-6090 and squashes the following commits:

009a3a3 [Xiangrui Meng] provide schema
dcddab5 [Xiangrui Meng] add a basic BinaryClassificationMetrics to PySpark/MLlib
2015-03-05 11:50:09 -08:00

85 lines
1.6 KiB
ReStructuredText

pyspark.mllib package
=====================
pyspark.mllib.classification module
-----------------------------------
.. automodule:: pyspark.mllib.classification
:members:
:undoc-members:
:inherited-members:
pyspark.mllib.clustering module
-------------------------------
.. automodule:: pyspark.mllib.clustering
:members:
:undoc-members:
pyspark.mllib.evaluation module
-------------------------------
.. automodule:: pyspark.mllib.evaluation
:members:
:undoc-members:
pyspark.mllib.feature module
-------------------------------
.. automodule:: pyspark.mllib.feature
:members:
:undoc-members:
:show-inheritance:
pyspark.mllib.linalg module
---------------------------
.. automodule:: pyspark.mllib.linalg
:members:
:undoc-members:
:show-inheritance:
pyspark.mllib.random module
---------------------------
.. automodule:: pyspark.mllib.random
:members:
:undoc-members:
pyspark.mllib.recommendation module
-----------------------------------
.. automodule:: pyspark.mllib.recommendation
:members:
:undoc-members:
pyspark.mllib.regression module
-------------------------------
.. automodule:: pyspark.mllib.regression
:members:
:undoc-members:
:inherited-members:
pyspark.mllib.stat module
-------------------------
.. automodule:: pyspark.mllib.stat
:members:
:undoc-members:
pyspark.mllib.tree module
-------------------------
.. automodule:: pyspark.mllib.tree
:members:
:undoc-members:
:inherited-members:
pyspark.mllib.util module
-------------------------
.. automodule:: pyspark.mllib.util
:members:
:undoc-members: