Github user yinxusen commented on the issue:
https://github.com/apache/spark/pull/13794
@jkbradley For
[SPARK-15574](https://issues.apache.org/jira/browse/SPARK-15574), only Pipeline
and Transformer are changed in this PR. I will add Estimator/Model later.
For pure Python transformers, I have to add a `transformSchema`, otherwise
it fails in Scala Pipeline schema check.
For saving/loading in pure Python transformers, I think we can either
saving/loading them from Python side or serializing and shipping them to Scala
side for saving/loading.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]