spark-instrumented-optimizer/python/pyspark/mllib
Xusen Yin c919798f09 fix bugs of dot in python
If there are no `transpose()` in `self.theta`, a

*ValueError: matrices are not aligned*

is occurring. The former test case just ignore this situation.

Author: Xusen Yin <yinxusen@gmail.com>

Closes #463 from yinxusen/python-naive-bayes and squashes the following commits:

fcbe3bc [Xusen Yin] fix bugs of dot in python
2014-04-22 11:06:18 -07:00
..
__init__.py SPARK-1426: Make MLlib work with NumPy versions older than 1.7 2014-04-15 00:19:43 -07:00
_common.py [WIP] SPARK-1430: Support sparse data in Python MLlib 2014-04-15 20:33:24 -07:00
classification.py fix bugs of dot in python 2014-04-22 11:06:18 -07:00
clustering.py [WIP] SPARK-1430: Support sparse data in Python MLlib 2014-04-15 20:33:24 -07:00
linalg.py [WIP] SPARK-1430: Support sparse data in Python MLlib 2014-04-15 20:33:24 -07:00
recommendation.py Add Naive Bayes to Python MLlib, and some API fixes 2014-01-11 22:30:48 -08:00
regression.py [WIP] SPARK-1430: Support sparse data in Python MLlib 2014-04-15 20:33:24 -07:00
tests.py fix bugs of dot in python 2014-04-22 11:06:18 -07:00