-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12780] Inconsistency returning value of ML python models' properties #10724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #49244 has finished for PR 10724 at commit
|
|
test it please |
|
Test build #49313 has finished for PR 10724 at commit
|
|
retest this please |
|
Test build #49314 has finished for PR 10724 at commit
|
|
Something wrong with Jenkins? |
|
A PR broke the build, but it should work now. |
|
The feature.py changes look fine to me. @davies Could you please glance at the serialization change to confirm it's OK? Thanks! |
|
Test build #2379 has finished for PR 10724 at commit
|
|
@jkbradley @holdenk As I mentioned here #10186, we can work around the Ser/De issue with type conversion. So same solution here, I remove the Scala side code. But I still think there is a problem when ser/deing Scala Array. How about we merge this first then file another PR to fix it? |
|
File a new JIRA https://issues.apache.org/jira/browse/SPARK-12834 |
|
Test build #49454 has finished for PR 10724 at commit
|
|
@yinxusen I spoke with @davies and I think it would be best to use Since you have created [https://github.com//pull/10772], let's use it to create the fix. @davies said your original fix (in Scala in [https://github.com/yinxusen/spark/commit/c5a170da04f9941f4515f3263939bab9886c2c85]) seemed reasonable, so perhaps use that if your new one is not working. After that gets merged, we can return to this and the other PRs. |
|
retest it please |
|
Test build #50111 has finished for PR 10724 at commit
|
|
Hi @jkbradley, this is the follow-up PR of #10772, shall we merge it? |
|
LGTM |
…erties https://issues.apache.org/jira/browse/SPARK-12780 Author: Xusen Yin <[email protected]> Closes apache#10724 from yinxusen/SPARK-12780.
…ML python models' properties Backport of [SPARK-12780] for branch-1.6 Original PR for master: #10724 This fixes StringIndexerModel.labels in pyspark. Author: Xusen Yin <[email protected]> Closes #10950 from jkbradley/yinxusen-spark-12780-backport.
https://issues.apache.org/jira/browse/SPARK-12780