Daniel

Results 20 comments of Daniel

- started a simple notebook but need to flesh out w/ more explanation https://github.com/dcolinmorgan/grph/blob/main/simple_GFQL.ipynb - made loops of copy-paste 1,2,3,4 hop/chain. simple annotation to guide reader, could add more https://github.com/dcolinmorgan/grph/blob/main/clean_gfql_cpu_gpu_benchmark.ipynb

re: #534 can test/benchmark w/ larger GPU in colab

[ok point taken](https://github.com/graphistry/pygraphistry/pull/547#issuecomment-2016363588) - added simple demo to gfql demo folder - updated full benchmark with a version that loops vs so much copy-and-pasting so its hopefully easier to read

is it cheating to use another library to help? ```python import importlib.util, sys def check_umap(): umap_spec = importlib.util.find_spec("umap") has_umap = umap_spec is not None if has_umap and "umap" not in...

- for cu_cat itself (DT3 branch), I have worked out the dynamic memory handling for T4 v A100 flexibility. - Also worked out datetime passthru. However this needs to bypass...

landing would be wonderful -- before end of july is my dream DT4 is latest cu_cat PR branch which passes many pytests + works as expected in every demo ive...

[test-full-ai test L395](https://github.com/graphistry/pygraphistry/actions/runs/5618276959/job/15223636983?pr=486#step:8:395) seems to be getting hung up by 1 of 3 features being exactly reproduced - when first discussing with @silkspace -- this is exactly what we realized...

> CI failing? not sure what this is about. i see this in #509 too