-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-6267] [MLLIB] Python API for IsotonicRegression #5890
Conversation
Merged build triggered. |
Merged build started. |
Merged build triggered. |
Merged build started. |
Test build #31762 has started for PR 5890 at commit |
Merged build triggered. |
Merged build started. |
Merged build finished. Test FAILed. |
Test FAILed. |
Test build #31763 has started for PR 5890 at commit |
Test build #31762 has finished for PR 5890 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
Test build #31763 has finished for PR 5890 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build triggered. |
Merged build started. |
Test build #31871 has started for PR 5890 at commit |
Test build #31871 has finished for PR 5890 at commit
|
Merged build finished. Test FAILed. |
Test FAILed. |
It seems that there are compatibility issues with Python 3. I will look into it and send you an update (if I find the cause). |
@yanboliang Sent you an update at yanboliang#3. Please merge it if it looks good to you and let Jenkins test both Python 2 and 3. |
use Vector to have the best Python 2&3 compatibility
Merged build triggered. |
Merged build started. |
Test build #31936 has started for PR 5890 at commit |
Test build #31936 has finished for PR 5890 at commit
|
Merged build finished. Test PASSed. |
Test PASSed. |
LGTM. Merged into master and branch-1.4. Thanks! |
https://issues.apache.org/jira/browse/SPARK-6267 Author: Yanbo Liang <ybliang8@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes #5890 from yanboliang/spark-6267 and squashes the following commits: f20541d [Yanbo Liang] Merge pull request #3 from mengxr/SPARK-6267 7f202f9 [Xiangrui Meng] use Vector to have the best Python 2&3 compatibility 4bccfee [Yanbo Liang] fix doctest ec09412 [Yanbo Liang] fix typos 8214bbb [Yanbo Liang] fix code style 5c8ebe5 [Yanbo Liang] Python API for IsotonicRegression (cherry picked from commit 7b14578) Signed-off-by: Xiangrui Meng <meng@databricks.com>
https://issues.apache.org/jira/browse/SPARK-6267 Author: Yanbo Liang <ybliang8@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes apache#5890 from yanboliang/spark-6267 and squashes the following commits: f20541d [Yanbo Liang] Merge pull request apache#3 from mengxr/SPARK-6267 7f202f9 [Xiangrui Meng] use Vector to have the best Python 2&3 compatibility 4bccfee [Yanbo Liang] fix doctest ec09412 [Yanbo Liang] fix typos 8214bbb [Yanbo Liang] fix code style 5c8ebe5 [Yanbo Liang] Python API for IsotonicRegression
https://issues.apache.org/jira/browse/SPARK-6267 Author: Yanbo Liang <ybliang8@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes apache#5890 from yanboliang/spark-6267 and squashes the following commits: f20541d [Yanbo Liang] Merge pull request apache#3 from mengxr/SPARK-6267 7f202f9 [Xiangrui Meng] use Vector to have the best Python 2&3 compatibility 4bccfee [Yanbo Liang] fix doctest ec09412 [Yanbo Liang] fix typos 8214bbb [Yanbo Liang] fix code style 5c8ebe5 [Yanbo Liang] Python API for IsotonicRegression
https://issues.apache.org/jira/browse/SPARK-6267 Author: Yanbo Liang <ybliang8@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes apache#5890 from yanboliang/spark-6267 and squashes the following commits: f20541d [Yanbo Liang] Merge pull request apache#3 from mengxr/SPARK-6267 7f202f9 [Xiangrui Meng] use Vector to have the best Python 2&3 compatibility 4bccfee [Yanbo Liang] fix doctest ec09412 [Yanbo Liang] fix typos 8214bbb [Yanbo Liang] fix code style 5c8ebe5 [Yanbo Liang] Python API for IsotonicRegression
https://issues.apache.org/jira/browse/SPARK-6267