rapidsai / gpu-bdb

RAPIDS GPU-BDB
Apache License 2.0
107 stars 44 forks source link

Update one_hot_encoding usage in q05, Q26 #229

Closed ayushdg closed 2 years ago

ayushdg commented 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

ayushdg commented 2 years ago

Fixed via #224