rapidsai-community / notebooks-contrib

RAPIDS Community Notebooks
Apache License 2.0
512 stars 266 forks source link

[REVIEW] Updating cuml notebooks with 0.14 #295

Closed Nanthini10 closed 4 years ago

Nanthini10 commented 4 years ago

Adding to_array() to cudf.Series to avoid the following error:

TypeError: Implicit conversion to a host NumPy array via __array__ is not allowed,             
To explicitly construct a GPU array, consider using cupy.asarray(...)
To explicitly construct a host array, consider using .to_array()