rapidsai-community / notebooks-contrib

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

Update `one_hot_encoding` to `get_dummies` #346

Closed isVoid closed 2 years ago

isVoid commented 2 years ago

Recently cuDF deprecated df.one_hot_encoding and series.one_hot_encoding and moved usage to cudf.get_dummies for pandas API alignment. This PR updates the usage of these functions in corresponding examples.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

isVoid commented 2 years ago

Apologies for the noisy commits caused by bad merges above, should've all reverted.