Open MelvinYYY opened 5 years ago
In case someone else has this problem: the tutorial uses standardise.apply, which returns the "AttributeError: module 'standardiser.standardise' has no attribute 'apply'" error. Try using standardise.run instead, it works for me.
Hi there,
I'm trying to go through the tutorial but have some exceptions.
In the tutorial, it says from "standardise import standardise". Should this be "from standardizer import standardise"?
It returns an error saying that " module 'standardiser.standardise' has no attribute 'apply'"
How can I resolve this problem?
Thanks in advanced,
Melvin