[jira] [Commented] (SPARK-2401) AdaBoost.MH, a multi-class multi-label classifier

2015-07-09 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621607#comment-14621607 ] Gang Bai commented on SPARK-2401: - Yes, this should be based on a basic abstraction of

[jira] [Comment Edited] (SPARK-2401) AdaBoost.MH, a multi-class multi-label classifier

2015-07-09 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621607#comment-14621607 ] Gang Bai edited comment on SPARK-2401 at 7/10/15 5:04 AM: -- Yes,

[jira] [Updated] (SPARK-2401) AdaBoost.MH, a multi-class multi-label classifier

2014-07-08 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai updated SPARK-2401: Description: Multi-class multi-label classifiers are very useful in web page profiling, audience

[jira] [Closed] (SPARK-2303) Poisson regression model for count data

2014-07-07 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai closed SPARK-2303. --- Resolution: Fixed Poisson regression model for count data ---

[jira] [Commented] (SPARK-2303) Poisson regression model for count data

2014-07-07 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054470#comment-14054470 ] Gang Bai commented on SPARK-2303: - This change has been merged into another JIRA

[jira] [Updated] (SPARK-2303) Poisson regression model for count data

2014-06-29 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai updated SPARK-2303: Issue Type: New Feature (was: Bug) Poisson regression model for count data

[jira] [Updated] (SPARK-2303) Poisson regression model for count data

2014-06-26 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai updated SPARK-2303: Description: Modeling count data is of great importance in solving real-world statistic problems.

[jira] [Resolved] (SPARK-2163) Set ``setConvergenceTol'' with a parameter of type Double instead of Int

2014-06-20 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai resolved SPARK-2163. - Resolution: Implemented Set ``setConvergenceTol'' with a parameter of type Double instead of Int

[jira] [Created] (SPARK-2163) Change ``setConvergenceTol'' with a parameter of type Double instead of Int

2014-06-17 Thread Gang Bai (JIRA)
Gang Bai created SPARK-2163: --- Summary: Change ``setConvergenceTol'' with a parameter of type Double instead of Int Key: SPARK-2163 URL: https://issues.apache.org/jira/browse/SPARK-2163 Project: Spark

[jira] [Updated] (SPARK-2163) Set ``setConvergenceTol'' with a parameter of type Double instead of Int

2014-06-17 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Bai updated SPARK-2163: Summary: Set ``setConvergenceTol'' with a parameter of type Double instead of Int (was: Change

[jira] [Commented] (SPARK-2163) Set ``setConvergenceTol'' with a parameter of type Double instead of Int

2014-06-17 Thread Gang Bai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14033703#comment-14033703 ] Gang Bai commented on SPARK-2163: - I've created a pull request on GitHub for this.