Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12780] Inconsistency returning value of ML python models' properties - #10724
[SPARK-12780] Inconsistency returning value of ML python models' properties#10724yinxusen wants to merge 6 commits into
Conversation
SparkQA
commented
Jan 12, 2016
Test build #49244 has finished for PR 10724 at commit
|
yinxusen
commented
Jan 13, 2016
test it please |
SparkQA
commented
Jan 13, 2016
Test build #49313 has finished for PR 10724 at commit
|
yinxusen
commented
Jan 13, 2016
retest this please |
SparkQA
commented
Jan 13, 2016
Test build #49314 has finished for PR 10724 at commit
|
yinxusen
commented
Jan 13, 2016
Something wrong with Jenkins? |
jkbradley
commented
Jan 13, 2016
A PR broke the build, but it should work now. |
jkbradley
commented
Jan 13, 2016
The feature.py changes look fine to me. @davies Could you please glance at the serialization change to confirm it's OK? Thanks! |
SparkQA
commented
Jan 13, 2016
Test build #2379 has finished for PR 10724 at commit
|
yinxusen
commented
Jan 15, 2016
@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? |
yinxusen
commented
Jan 15, 2016
File a new JIRA https://issues.apache.org/jira/browse/SPARK-12834 |
SparkQA
commented
Jan 15, 2016
Test build #49454 has finished for PR 10724 at commit
|
jkbradley
commented
Jan 16, 2016
@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. |
yinxusen
commented
Jan 26, 2016
retest it please |
SparkQA
commented
Jan 26, 2016
Test build #50111 has finished for PR 10724 at commit
|
yinxusen
commented
Jan 26, 2016
Hi @jkbradley, this is the follow-up PR of #10772, shall we merge it? |
jkbradley
commented
Jan 27, 2016
LGTM |
…erties https://issues.apache.org/jira/browse/SPARK-12780 Author: Xusen Yin <yinxusen@gmail.com> Closesapache#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 <yinxusen@gmail.com> Closes#10950 from jkbradley/yinxusen-spark-12780-backport.
https://issues.apache.org/jira/browse/SPARK-12780