Wd in learner and fit

Hi, i realised there is both wd param in the Learner class and fit method, which in Learner the default is 0.01, and in fit the default is None.

Why is it different?

No difference, it changes to self.wd in case it is None.

Thanks @rohit_gr!