Skip to content
Snippets Groups Projects
  • Xusen Yin's avatar
    c919798f
    fix bugs of dot in python · c919798f
    Xusen Yin authored
    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
    c919798f
    History
    fix bugs of dot in python
    Xusen Yin authored
    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