Be careful: that @property is very significant here. It means that this is
a description of how to *get* the method, not how to *run* the method. You
will notice, for instance, that it says `def transform(self)`, not `def
transform(self, X)`
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to