Michelangelo D'Agostino

Results 9 issues of Michelangelo D'Agostino

As suggested by @Darel13712 . We should check for internet connectivity first, load a better one from the internet if we're connected, and then fallback to the local favicon if...

I'm using both `relative_validity_` and the full `validity_index` function from `hdbscan.validity`. @lmcinnes if they give different optimal parameters, is there a reason to prefer one over the other? Perhaps `validity_index`...

I'm not sure if this is a problem with the container or with the Databricks platform, but the GPU metrics don't display properly when using these GPU containers. I ran...

- Insert a missing apt-get clean after apt installing - Save a layer by running the pip cache purge right after pip installing

@ygong1 tagging you because you seem to have done all the CUDA container stuff. I'm finding that I am running into issues with starting up Databricks clusters based off of...

The `lsyncd` instructions don't seem to work. The line ``` fe2 script myscript.sh spot2 18.188.162.203 ``` doesn't work and doesn't match the function signature ``` def script(self, scriptname, inst, user='ubuntu',...

When attempting to read millions of images from s3 (all in a single bucket) with `readImages`, the command just hangs for several hours. Is this expected? Are they any best...

enhancement

Instead of ``` for r in rows: ``` it should be ``` for r in range(rows): ```

## Description The library doesn't appear to be installable on MacOS Apple Silicon. That would be really useful, especially supporting local dev / testing of production libraries built off of...

enhancement