-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9846] [Docs] User guide for Multilayer Perceptron Classifier #8262
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 #41084 has finished for PR 8262 at commit
|
docs/ml-ann.md
Outdated
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.
Use MulticlassClassificationEvaluator instead.
|
@mengxr Thank you for your comments! I've addressed everything except the full chop of setters for the Java trainer. It complains on |
|
The test fail seems unrelated to my commit. |
|
Ah, that is a bug I overlooked in review. We must define setters in the final class so the return type in Java is the self type. I will send a PR for it and ping you back. |
docs/ml-ann.md
Outdated
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.
use 2-space indentation (and please fix indentation in other places)
|
LGTM except some indentation issues. |
95106f5 to
07ada2b
Compare
|
@mengxr Thank you. Fixed indentation and removed |
|
Test build #41335 has finished for PR 8262 at commit
|
Added user guide for multilayer perceptron classifier: - Simplified description of the multilayer perceptron classifier - Example code for Scala and Java Author: Alexander Ulanov <nashb@yandex.ru> Closes #8262 from avulanov/SPARK-9846-mlpc-docs. (cherry picked from commit dcfe0c5) Signed-off-by: Xiangrui Meng <meng@databricks.com>
|
Merged into master and branch-1.5. Thanks! |
Added user guide for multilayer perceptron classifier: