You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jk...@apache.org on 2017/02/28 22:43:48 UTC

spark git commit: [MINOR][DOC] Update GLM doc to include tweedie distribution

Repository: spark
Updated Branches:
  refs/heads/master 7e5359be5 -> d743ea4c7


[MINOR][DOC] Update GLM doc to include tweedie distribution

Update GLM documentation to include the Tweedie distribution. #16344

jkbradley yanboliang

Author: actuaryzhang <ac...@gmail.com>

Closes #17103 from actuaryzhang/doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d743ea4c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d743ea4c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d743ea4c

Branch: refs/heads/master
Commit: d743ea4c767ef700b5e921c9473bc564de94a870
Parents: 7e5359b
Author: actuaryzhang <ac...@gmail.com>
Authored: Tue Feb 28 14:43:44 2017 -0800
Committer: Joseph K. Bradley <jo...@databricks.com>
Committed: Tue Feb 28 14:43:44 2017 -0800

----------------------------------------------------------------------
 docs/ml-classification-regression.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d743ea4c/docs/ml-classification-regression.md
----------------------------------------------------------------------
diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md
index 37862f8..ab6f587 100644
--- a/docs/ml-classification-regression.md
+++ b/docs/ml-classification-regression.md
@@ -629,6 +629,11 @@ others.
       <td>Continuous</td>
       <td>Inverse*, Idenity, Log</td>
     </tr>
+    <tr>
+      <td>Tweedie</td>
+      <td>Zero-inflated continuous</td>
+      <td>Power link function</td>
+    </tr>
     <tfoot><tr><td colspan="4">* Canonical Link</td></tr></tfoot>
   </tbody>
 </table>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org