From 8e935b0a214f8b477fe9579fbf6a2d0a27b59118 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Tue, 12 May 2015 12:17:05 -0700 Subject: [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression Added LinearRegression Python API Author: Burak Yavuz Closes #6016 from brkyvz/ml-reg and squashes the following commits: 11c9ef9 [Burak Yavuz] address comments 1027a40 [Burak Yavuz] fix typo 4c699ad [Burak Yavuz] added tree regressor api 8afead2 [Burak Yavuz] made mixin for DT fa51c74 [Burak Yavuz] save additions 0640d48 [Burak Yavuz] added ml.regression 82aac48 [Burak Yavuz] added linear regression --- python/docs/pyspark.ml.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'python/docs') diff --git a/python/docs/pyspark.ml.rst b/python/docs/pyspark.ml.rst index 220ea595df..a42217a4ae 100644 --- a/python/docs/pyspark.ml.rst +++ b/python/docs/pyspark.ml.rst @@ -25,6 +25,22 @@ pyspark.ml.classification module :undoc-members: :inherited-members: +pyspark.ml.recommendation module +------------------------- + +.. automodule:: pyspark.ml.recommendation + :members: + :undoc-members: + :inherited-members: + +pyspark.ml.regression module +------------------------- + +.. automodule:: pyspark.ml.regression + :members: + :undoc-members: + :inherited-members: + pyspark.ml.tuning module -------------------------------- -- cgit v1.2.3