Github user jkbradley commented on the pull request:
https://github.com/apache/spark/pull/10419#issuecomment-212651937
@ZacharySBrown Thanks for this PR. I think it's a duplicate of
[SPARK-10931], so could you close this PR please? As @yanboliang mentioned, a
good fix will require transferring the Params from Java, which will also
require having the Models contain the actual Params. It would be great to get
your input on the other PR.
@chrispe92 There is not a great solution, but you can access the underlying
Java object via the _java_obj attribute:
```list(pythonIndexer._java_obj.labels())```
---
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]