Skip to content

Commit 76cec8c

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 2d6e1be005affcea8812b46b5d403a548df14b17
1 parent 4d6d3cf commit 76cec8c

File tree

1,338 files changed

+6973
-7045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,338 files changed

+6973
-7045
lines changed
Binary file not shown.

dev/_downloads/2e4791a177381a6102b21e44083615c8/plot_poisson_regression_non_normal_loss.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"outputs": [],
1717
"source": [
18-
"# Authors: Christian Lorentzen <[email protected]>\n# Roman Yurchak <[email protected]>\n# Olivier Grisel <[email protected]>\n# License: BSD 3 clause\n\nimport matplotlib.pyplot as plt\nimport numpy as np\nimport pandas as pd"
18+
"import matplotlib.pyplot as plt\nimport numpy as np\nimport pandas as pd"
1919
]
2020
},
2121
{
Binary file not shown.

dev/_downloads/86c888008757148890daaf43d664fa71/plot_tweedie_regression_insurance_claims.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Authors: The scikit-learn developers
2+
# SPDX-License-Identifier: BSD-3-Clause
13
"""
24
======================================
35
Tweedie regression on insurance claims
@@ -37,11 +39,6 @@
3739
<https://doi.org/10.2139/ssrn.3164764>`_
3840
"""
3941

40-
# Authors: Christian Lorentzen <[email protected]>
41-
# Roman Yurchak <[email protected]>
42-
# Olivier Grisel <[email protected]>
43-
# License: BSD 3 clause
44-
4542
# %%
4643

4744
from functools import partial

0 commit comments

Comments
 (0)