Daniel

Results 15 issues of Daniel

- a few stray prints (couldnt get logger to work) but good for testing - now main branch has cuml umap with `g.umap(engine='cuml')`, otherwise defaults to umap-learn (also takes that...

engine flag to enable cuml-based implementation of class functions Benefits to the change: gpu-based speedup Naive pseudocode for the new behavior (realistically much tougher to implement): ```python if self.engine ==...

enhancement

**`_process_generic` is defined in `base_helpers` but needed in `base_return_types`** Since `base_helpers` imports `base_return_types`, circular import restrict `base_return_types` from importing `_process_generic` from `base_helpers`... so why not just define it where it...

bug
? - Needs Triage

to test gpu-featurization (cu_cat) with new dependency manager

just needed to fix counterfactual of tanmoy's toy code, change order to fit into existing scheme, also add fourth variable for __version__

Fwiw, do we need to update to track latest dirty car, as it has been awhile? (Maybe do as a follow-on PR after this lands?) _Originally posted by @lmeyerov in...

https://skrub-data.org/stable/generated/skrub.GapEncoder.html https://skrub-data.org/stable/generated/skrub.TableVectorizer.html

fix datetime passthrough for cu_cat (bypass cudf) and feed back into g for time series plotting

enhancement