On Sun, Nov 24, 2013 at 6:02 PM, Olivier Grisel wrote:
> Thanks for the reproduction case. Could you please open a new issue on
> github?
Just for the sake of completeness, the ticket is here:
https://github.com/scikit-learn/scikit-learn/issues/2611
Let me know if there is anything I can do to
(I am not on this list so please CC.)
Hi,
The MiniBatchKmeans implementation in sklearn/cluster/k_means_.py crashes
rather ungracefully on line 860 with the following Traceback:
Init 1/3 with method: k-means++
/usr/local/lib/python2.7/dist-packages/sklearn/cluster/k_means_.py:1146:
RuntimeWarnin
On Sun, Nov 24, 2013 at 4:22 PM, Olivier Grisel wrote:
> Could you please try to pull the branch from this pull request and
> check that it fixes your issue:
>
> https://github.com/scikit-learn/scikit-learn/pull/2355
I'm afraid it doesn't. With that PR branch I get the same error. Here is
some c
Hi,
The MiniBatchKmeans implementation in sklearn/cluster/k_means_.py crashes
rather ungracefully on line 860 with the following Traceback:
Init 1/3 with method: k-means++
/usr/local/lib/python2.7/dist-packages/sklearn/cluster/k_means_.py:1146:
RuntimeWarning: init_size=300 should be larger than