-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-8704] [ML] [PySpark] Add missing methods in StandardScaler #7086
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #35988 has started for PR 7086 at commit |
|
This breaks |
|
Test build #35988 has finished for PR 7086 at commit
|
|
Merged build finished. Test FAILed. |
|
It seems that the 'JMap[String, JList[Float]]' is not serializable. |
|
Merged build triggered. |
|
Merged build started. |
|
I pushed in a hack that works, but now the Scala version looks ugly. |
|
Test build #36007 has started for PR 7086 at commit |
|
Test build #36007 has finished for PR 7086 at commit
|
|
Merged build finished. Test PASSed. |
|
Is there are a way to make a scala method private such that it is accessible only to the python API? It seems |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36015 has started for PR 7086 at commit |
|
Test build #36015 has finished for PR 7086 at commit
|
|
Merged build finished. Test PASSed. |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36102 has started for PR 7086 at commit |
|
Test build #36102 has finished for PR 7086 at commit
|
|
Merged build finished. Test FAILed. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36135 has started for PR 7086 at commit |
|
Test build #36135 has finished for PR 7086 at commit
|
|
Merged build finished. Test FAILed. |
|
Test build #36274 has started for PR 7086 at commit |
|
I just checked that HashingTF inherits from Has NumFeatures so there is not really anything to do for the first point. I've just added the methods in scala and python in this PR and it should be open for review now. |
|
Test build #36274 has finished for PR 7086 at commit
|
|
Merged build finished. Test FAILed. |
2715b25 to
3334d31
Compare
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36279 has started for PR 7086 at commit |
|
Test build #36279 has finished for PR 7086 at commit
|
|
Merged build finished. Test PASSed. |
3334d31 to
6e3d6b2
Compare
|
@mengxr updated. I thought it might be slightly overkill to add the scala and python version separately :P |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36700 has started for PR 7086 at commit |
|
Test build #36700 has finished for PR 7086 at commit
|
|
Merged build finished. Test FAILed. |
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.
need the explicit type info for public methods
|
LGTM except the Scala style issue. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36706 has started for PR 7086 at commit |
|
Test build #36706 has finished for PR 7086 at commit
|
|
Merged build finished. Test PASSed. |
|
Merged into master. Thanks! |
Add std, mean to StandardScalerModel
getVectors, findSynonyms to Word2Vec Model
setFeatures and getFeatures to hashingTF