-
I am running Ubuntu 11.04, which is tagged to SciPy 0.80.
I checked out the latest version of scikit-learn from github (version 0.9-git). When I type `import scikits.learn`, I get the import error `…
-
This is a strange bug. If I run `nosetests scikits/learn/cluster/tests/` I get
```
======================================================================
ERROR: scikits.learn.cluster.tests.test_spec…
-
Affinity propagation do not handle identity matrix correctly:
In [81]: s = np.array([[1, 0], [0, 1]])
In [82]: affinity_propagation(s, verbose=True)
Did not converged
Out[82]:
(None, array([[ nan],…