You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dorisjlee would you be open to adding cuDF backed functionality as an option? I believe there could be several places where GPU acceleration would help over pandas with larger datasets.
We currently have several other visualization projects that integrate with cuDF, such as datashader, and our own cuxfilter.
The text was updated successfully, but these errors were encountered:
Hey @exactlyallan, Thanks for the suggestions! We're open to contributions and areas of improvement with a cuDF backend. This would likely involve extending a new plotting backend for Lux that uses cuDF. The plotting backends we currently support are Altair and matplotlib. I think this will help quite a bit with rendering large scatterplots (which is currently plotted as binned heatmap). You can find some of the past performance benchmarks that we've done in this VLDB paper: https://arxiv.org/pdf/2105.00121.pdf
@dorisjlee would you be open to adding cuDF backed functionality as an option? I believe there could be several places where GPU acceleration would help over pandas with larger datasets.
We currently have several other visualization projects that integrate with cuDF, such as datashader, and our own cuxfilter.
The text was updated successfully, but these errors were encountered: