-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[MINOR] Fix Typos #13078
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
[MINOR] Fix Typos #13078
Conversation
|
Test build #58488 has started for PR 13078 at commit |
|
i will retrigger this build once maintenance is over. |
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.
Y'know, while we're at it, the matrix args in this whole class don't match the docs. The arg here and similarly elsewhere can be called "A" not "a".
Also this should check that A.rows == y.length for consistency.
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.
Right. I will rename the matrix args to upper and add this missing checking.
|
jenkins, test this please |
1 similar comment
|
jenkins, test this please |
|
Test build #58497 has finished for PR 13078 at commit
|
|
Test build #58537 has finished for PR 13078 at commit
|
|
@srowen we should backport the doc fixes into branch-2.0. |
1,Rename matrix args in BreezeUtil to upper to match the doc 2,Fix several typos in ML and SQL manual tests Author: Zheng RuiFeng <[email protected]> Closes #13078 from zhengruifeng/fix_ann. (cherry picked from commit c7efc56) Signed-off-by: Reynold Xin <[email protected]>
What changes were proposed in this pull request?
1,Rename matrix args in BreezeUtil to upper to match the doc
2,Fix several typos in ML and SQL
How was this patch tested?
manual tests