Peter Leonard
Peter Leonard
Thanks very much -- this seems to have improved things quite a bit. What I eventually ended up doing was using the jquery-appear plugin: http://code.google.com/p/jquery-appear/ ... which ensures that the...
Just a note to say the above-mentioned fork (and its default -pbp setting of 36) also works with the Dell U3818DW.
Hi Erik, thanks for your thoughtful comment! This is in line with a discussion we've been having internally about where and when to cluster, given the newly-landed optional hyperparameter arrays...
Hi there, I've written up some preliminary instructions on getting hardware acceleration for inference working on Apple M1 chips here: https://github.com/YaleDHLab/pix-plot/wiki/MacOS-12.2.1---Apple-Silicon-(M1-chip)-with-GPU-acceleration
From testing it appears the `spread` variable could be key to visualizing small (1,000) datasets. Defaulting to `1`, I've found that `0.4` works well with a dataset of 1,600 images....
I think this would be a great idea, as I'm often running various different things (mallet, Intertext, philoline, etc) on the same set of texts. I've resorted to keeping metadata...
I noticed the same feature in the MCA spec and got curious about it (including why no MCA sound cards ever seemed to use it). It looks like it was...
Interesting -- if you start Python and try: ``` import hdbscan ``` ...do you get no response (which is good!) or an error?
CUML is just a library that contains an accelerated implementation of UMAP; no worries there. You're correct that there are some real annoyances around numba and numpy; not sure if...