Last answered:

09 Nov 2022

Posted on:

04 Nov 2022

3

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)
Instructor
Posted on:

09 Nov 2022

0

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

Submit an answer