[BUG] Calling a Scaler's fit_transform
twice fails with a NoneType error
#4034
Labels
fit_transform
twice fails with a NoneType error
#4034
Describe the bug
Calling a Scaler's
fit_transform
twice fails with a NoneType Error. Possibly affects all Scalers (MinMaxScaler, StandardScaler, etc).Steps/Code to reproduce bug
Code attached below.
Untitled.zip
For MinMaxScaler the error is:
TypeError: Unsupported <class NoneType>
Expected behavior
Re-do the
fit_transform
and update the params (ex. mean, std for StandardScaler and max/min for MinMaxScaler)Environment details (please complete the following information):
bare-metal, conda install rapids 21.06, ubuntu 20.04
The text was updated successfully, but these errors were encountered: