Closed isVoid closed 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.
df.one_hot_encoding
series.one_hot_encoding
cudf.get_dummies
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Apologies for the noisy commits caused by bad merges above, should've all reverted.
Recently cuDF deprecated
df.one_hot_encoding
andseries.one_hot_encoding
and moved usage tocudf.get_dummies
for pandas API alignment. This PR updates the usage of these functions in corresponding examples.