spark-instrumented-optimizer/python/pyspark/ml
Yanbo Liang 9da7ceed81 [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal equation solver
Follow up [SPARK-9836](https://issues.apache.org/jira/browse/SPARK-9836), we should also support summary statistics for ```intercept```.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #9485 from yanboliang/spark-11473.
2015-11-05 09:56:18 -08:00
..
param [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param and pyspark.ml.* 2015-11-02 16:09:22 -08:00
__init__.py [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4 2015-05-21 22:57:33 -07:00
classification.py [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead in ML models 2015-11-02 16:12:04 -08:00
clustering.py [SPARK-10281] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.clustering 2015-09-17 08:47:21 -07:00
evaluation.py [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param and pyspark.ml.* 2015-11-02 16:09:22 -08:00
feature.py [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param and pyspark.ml.* 2015-11-02 16:09:22 -08:00
pipeline.py [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param and pyspark.ml.* 2015-11-02 16:09:22 -08:00
recommendation.py [SPARK-10282] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.recommendation 2015-09-17 08:51:19 -07:00
regression.py [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal equation solver 2015-11-05 09:56:18 -08:00
tests.py [SPARK-7021] Add JUnit output for Python unit tests 2015-10-22 15:27:11 -07:00
tuning.py [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting 2015-09-21 14:24:19 -07:00
util.py [SPARK-7380] [MLLIB] pipeline stages should be copyable in Python 2015-05-18 12:02:18 -07:00
wrapper.py [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting 2015-09-21 14:24:19 -07:00