Creating CustomScaler SOLUTION!!!
Hi everyone!
The solution is in the class defining self.scaler you should pass arguments as keywords arguments.
self.scaler = StandardScaler(copy=copy, with_mean=with_mean, with_std=with_std)
1 answers ( 0 marked as helpful)
Hi Karen!
Thanks for reaching out!
Sometimes, there are a number of ways to solve a given programming task - Thank you for sharing this alternative solution with the Community!
Kind regards,
Martin