James Webber

Results 56 comments of James Webber

> Yeah, maybe removing the white parts again and instead of using semi-transparent tiles, simply tiles with a lighter color? This does look pretty sweet on a dark background, but...

Okay this is why I made the script 😂 I don't really have time to make additional tweaks but happy for you to play with it more.

I wasn't suggesting to remove it entirely, just that being able to customize the controls for the widget would be a nice feature.

Would you accept a PR for this, or are you not interested?

Hey! I just got distracted with a bunch of other stuff. I did take a look at the code a few weeks ago. It's simple to modify the code to...

> it sounds like `Predictive` is missing support for vectorization somewhere, but I suspect I'm misunderstanding. It's very possible that I just don't understand the right pattern for accomplishing this....

I'm getting the same result (`(false, '')`) but I just updated to Ubuntu 22.04 and I'm installing with the `gnome-42` branch (gnome version 42.4).

Rather than open an issue I guess I'll ask here: what format should `init_graph` take? It seems to be missing from the docstrings, so it's not obvious how to pass...

> The short answer is that, right now, it takes a 2D array of shape (n_samples, n_neighbors) such that the entry at (i, j) gives the index of the jth...

Can confirm–this happens if the metric is `dot` _and_ the input data is `np.float32`. If it's different dtype, the `check_array` call on [L684](https://github.com/lmcinnes/pynndescent/blob/master/pynndescent/pynndescent_.py#L684) has already made a copy of the...