Re: [Scikit-learn-general] Required number of neighbors in Local Tangent Space Alignment

2011-11-09 Thread Alejandro Weinstein
On Wed, Nov 9, 2011 at 5:02 PM, Alejandro Weinstein wrote: > Is there a lower bound for n_neighbors when using the the Local > Tangent Space Alignment method with LLE? I can solve the problem by using eigen_solver='dense'. Seems to be a manifestation of the same problem described in a previous po

[Scikit-learn-general] Required number of neighbors in Local Tangent Space Alignment

2011-11-09 Thread Alejandro Weinstein
Hi: Is there a lower bound for n_neighbors when using the the Local Tangent Space Alignment method with LLE? I get this warning /usr/local/lib/python2.6/dist-packages/scipy/linalg/decomp_lu.py:59: RuntimeWarning: Diagonal number 198 is exactly zero. Singular matrix. RuntimeWarning) when I ru