Skip to content

Conversation

@yinxusen
Copy link
Contributor

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

@SparkQA
Copy link

SparkQA commented Nov 20, 2015

Test build #46389 has finished for PR 9854 at commit 949db73.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * class MultilayerPerceptronClassificationModelWriter(\n

@yinxusen
Copy link
Contributor Author

Pls ignore my first comment, I have splited the test of model and classifier separately.

@SparkQA
Copy link

SparkQA commented Nov 21, 2015

Test build #46478 has finished for PR 9854 at commit 881428f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * class MultilayerPerceptronClassificationModelWriter(\n

@SparkQA
Copy link

SparkQA commented Nov 24, 2015

Test build #46606 has finished for PR 9854 at commit 5b852cd.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * class MultilayerPerceptronClassificationModelWriter(\n

@mengxr
Copy link
Contributor

mengxr commented Nov 24, 2015

cc @avulanov

@avulanov
Copy link
Contributor

LGTM

@yinxusen
Copy link
Contributor Author

yinxusen commented Jan 7, 2016

@mengxr @jkbradley I change the version code. Does it looks good to you?

@SparkQA
Copy link

SparkQA commented Jan 7, 2016

Test build #48935 has finished for PR 9854 at commit d0e517f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@jkbradley
Copy link
Member

I'll take a look now!

@jkbradley
Copy link
Member

In the meantime, could you please update the description (to be a reasonable commit message)? Thanks

@SparkQA
Copy link

SparkQA commented Mar 9, 2016

Test build #2624 has finished for PR 9854 at commit d0e517f.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

sqlContext.createDataFrame(Seq(data)).repartition(1).write.parquet(dataPath)
}
}
private class MultilayerPerceptronClassificationModelReader
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline

@jkbradley
Copy link
Member

The style issue & those little comments are the only items I see. Thanks!

@yinxusen
Copy link
Contributor Author

test it please

@SparkQA
Copy link

SparkQA commented Mar 10, 2016

Test build #52802 has finished for PR 9854 at commit 9352e77.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yinxusen
Copy link
Contributor Author

test it please

@SparkQA
Copy link

SparkQA commented Mar 10, 2016

Test build #52804 has finished for PR 9854 at commit 68570e9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@yinxusen
Copy link
Contributor Author

@jkbradley Fixed.

@yinxusen
Copy link
Contributor Author

@jkbradley Is this looking good now?

@mengxr
Copy link
Contributor

mengxr commented Mar 24, 2016

test this please

@SparkQA
Copy link

SparkQA commented Mar 24, 2016

Test build #54091 has finished for PR 9854 at commit 68570e9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor

mengxr commented Mar 24, 2016

LGTM. Merged into master. Thanks!

@asfgit asfgit closed this in 2cf46d5 Mar 24, 2016
@yinxusen
Copy link
Contributor Author

Thanks!

@yanboliang
Copy link
Contributor

Send #11952 for Python API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants