Nick Becker
Nick Becker
We're a big fan of these duck typing based utilities. I think whether it makes sense to wait depends on the nature of the integration you'd be interested in supporting....
cuML and RAPIDS generally follow the [NumPy Deprecation Policy](https://numpy.org/neps/nep-0029-deprecation_policy.html) and as a result dropped support for Python 3.7 after December 2021. Colab doesn't support Python 3.8+. This means that RAPIDS...
The first issue is likely an out-of-memory. Though UMAP should not spike memory too significantly, it's possible that the requirements plus other data on your GPU may be causing an...
Can you share the output of `conda list`?
It doesn't look like this conda environment has cuML, based on what you've shared. Perhaps the rapids environment isn't active?
This error is coming from here https://github.com/MaartenGr/BERTopic/blob/63fd2a2ea3ebdd0ac91347a13103b5fe6a1d741f/bertopic/_bertopic.py#L396-L398 If a model is not a standard CPU hdbscan model, the `transform` codepath tries to call `predict` (which is not a part of...
Cross linking several related issues for tracking purposes, as this issue feels like it could be the "catch-all" for various window functions: - https://github.com/BlazingDB/blazingsql/issues/1069 - https://github.com/BlazingDB/blazingsql/issues/1008 - https://github.com/BlazingDB/blazingsql/issues/905
Perhaps it might make sense to leave this issue open as a feature request?
To clarify, I can do this without "selecting" the aggregation column, but i'd like to be able to select and use it. ```python from blazingsql import BlazingContext import cudf from...
Thanks for the context 👍