Closed ayushdg closed 2 years ago
the df.one_hot_encoding api was deprecated in 21.12 and removed in 22.02. We should update the two queries using that api and either transition to df.get_dummies of cuml.preprocessing.one_hot_encoding
df.one_hot_encoding
df.get_dummies
cuml.preprocessing.one_hot_encoding
Fixed via #224
the
df.one_hot_encoding
api was deprecated in 21.12 and removed in 22.02. We should update the two queries using that api and either transition todf.get_dummies
ofcuml.preprocessing.one_hot_encoding