Leland McInnes
Leland McInnes
I just spent the last while trying to reproduce this, and to work out what is going astray. I don't have any firm answers, but it seems like starting from...
I'm not really a GPU programmer either, so it isn't on my immediate horizon. If I ever get around to writing an experimental version using numba instead of cython I...
I would be happy to support any efforts -- I'm just not in a position to make them myself right now. Thanks for the suggestion though.
Thanks for the offer. Unfortunately current approaches to the algorithm do not lend themselves well to linear algebra expressibility.
There is a parameter ``memory`` that uses joblib memory caching to save off the single linkage tree computation. As long as you don't change the min_samples then calls that specify...
The next step is constructing a minimal spanning tree under mutual reachability distance. This can be done in a couple of ways: the first involves the use of spatial indexing...
Thanks for this. Regarding the further questions: * The ``**fit_params`` is following in line with the latest version of the sklearn API, and is now standard for sklearn models. Eventually...
There was a change in the internals of scipy sparse lil_matrix handling in the latest scipy release that broke some things. I have been working to catch all the issues...
@lambdaofgod Sorry -- it is coming.
This is exact error and strack trace shouldn't be happening anymore. Can you give more details on the exact error you are currently seeing?