-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smart dep_manager #578
base: master
Are you sure you want to change the base?
smart dep_manager #578
Conversation
|
I was just trying on colab, and still a weird experience on this PR, here is CPU/umap_learn: ! pip install -q graphistry[umap_learn]
! pip install -q git+https://github.com/graphistry/pygraphistry.git@dev/depman #[umap_learn]
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/graphistry/pygraphistry/master/demos/data/honeypot.csv')
df.shape, df.dtypes
import graphistry
graphistry.__version__ => and then the test: graphistry.nodes(df).umap(engine='umap_learn')
1 =>
|
had to replace a few dangling is the plan to swap other lazy imports before / after merge? pretty easy, one just need be thorough |
howdy!
i think it's easier and preferable to land this first. i've been more in this repo recently on multiple gpu systems, so easier for me to test now |
smart dep_manager without cu_cat stuff