rapidsai / crossfit

Metric calculation library
Apache License 2.0
2 stars 6 forks source link

Convert Pandas Series to cuDF Series #76

Closed sarahyurick closed 2 months ago

sarahyurick commented 2 months ago

Closes https://github.com/rapidsai/crossfit/issues/70

cc @VibhuJawa

sarahyurick commented 2 months ago

Hi @VibhuJawa this is ready for review.

I tried calling to_backend("cudf") as you suggested here but it wasn't fixing the error message I was getting. This PR allows this notebook to work on a CPU Dask DataFrame, though.