-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-11871] Add save/load for MLPC #9854
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 #46389 has finished for PR 9854 at commit
|
|
Pls ignore my first comment, I have splited the test of model and classifier separately. |
|
Test build #46478 has finished for PR 9854 at commit
|
|
Test build #46606 has finished for PR 9854 at commit
|
|
cc @avulanov |
|
LGTM |
|
@mengxr @jkbradley I change the version code. Does it looks good to you? |
|
Test build #48935 has finished for PR 9854 at commit
|
|
I'll take a look now! |
|
In the meantime, could you please update the description (to be a reasonable commit message)? Thanks |
|
Test build #2624 has finished for PR 9854 at commit
|
| sqlContext.createDataFrame(Seq(data)).repartition(1).write.parquet(dataPath) | ||
| } | ||
| } | ||
| private class MultilayerPerceptronClassificationModelReader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline
|
The style issue & those little comments are the only items I see. Thanks! |
|
test it please |
|
Test build #52802 has finished for PR 9854 at commit
|
|
test it please |
|
Test build #52804 has finished for PR 9854 at commit
|
|
@jkbradley Fixed. |
|
@jkbradley Is this looking good now? |
|
test this please |
|
Test build #54091 has finished for PR 9854 at commit
|
|
LGTM. Merged into master. Thanks! |
|
Thanks! |
|
Send #11952 for Python API. |
What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/SPARK-11871
Add save/load for MLPC
How was this patch tested?
Test with Scala unit test