bdol / bdol-ml

A centralized repository for a variety of clean machine learning examples.
http://briandolhansky.com/blog
GNU Lesser General Public License v3.0
22 stars 11 forks source link

numpy.linalg.linalg.LinAlgError: Arrays cannot be empty #4

Closed jilljenn closed 7 years ago

jilljenn commented 8 years ago

I got an error running your planes.py file. I assume it is because at the last iteration, array V is empty.

Thanks for this lightweight library :)