lmeyerov

Results 339 comments of lmeyerov

@maksim-mihtech it sounds like there is a repro in colab, can you share how you installed it for the repro, `pip install graphistry[umap_learn]` ?

More info: > redteam-umap-gtc-gpu.ipynb, and I installed graphistry(CPU)/graphistry[ai](T4)

Thanks! We are working on an end-run around this by upgrading from dirty-cat to skrub, you can track here: https://github.com/graphistry/pygraphistry/pull/626

That is great to hear! We are still working on making that branch pass all our tests -- skrub is more picky on column names so we are adding more...

Can you share the code sample in the PR? (Trouble accessing link, and discussion should be here)

@vaimdev @DataBoyTX This looks strange from a dev UX layer, afaict: # Demo If I understand correctly, the below is the intended setup: cell 1: ```python clear_output() graphistry.databricks_sso_login_init() ``` cell...

This PR should also include sample ipynb + docs updates. Sounds like we need to iterate first on interface definitions tho. The current is https://pygraphistry.readthedocs.io/en/latest/demos/demos_databases_apis/databricks_pyspark/graphistry-notebook-dashboard.html Maybe dashboards or auth should...

@vaimdev FYI ci lint issues

@vaimdev @sabizmil @DataBoyTX i'm updating `def plot()` as well as part of some cleanup, and realized it'll conflict. Happy to land mine after this goes in -- any sense of...