File tree
Expand file treeCollapse file tree
7 files changed
+14
-24
lines changedFilter options
- examples/linear_model
- sklearn/linear_model/_glm
- tests
Expand file treeCollapse file tree
7 files changed
+14
-24
lines changedexamples/linear_model/plot_poisson_regression_non_normal_loss.py
Copy file name to clipboardExpand all lines: examples/linear_model/plot_poisson_regression_non_normal_loss.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 | 41 |
|
45 | 42 |
|
46 | 43 |
|
|
examples/linear_model/plot_tweedie_regression_insurance_claims.py
Copy file name to clipboardExpand all lines: examples/linear_model/plot_tweedie_regression_insurance_claims.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
|
sklearn/linear_model/_glm/__init__.py
Copy file name to clipboardExpand all lines: sklearn/linear_model/_glm/__init__.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
sklearn/linear_model/_glm/_newton_solver.py
Copy file name to clipboardExpand all lines: sklearn/linear_model/_glm/_newton_solver.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
5 |
| - |
6 |
| - |
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
|
sklearn/linear_model/_glm/glm.py
Copy file name to clipboardExpand all lines: sklearn/linear_model/_glm/glm.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 | 7 |
|
10 | 8 |
|
11 | 9 |
|
|
sklearn/linear_model/_glm/tests/__init__.py
Copy file name to clipboard+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
sklearn/linear_model/_glm/tests/test_glm.py
Copy file name to clipboardExpand all lines: sklearn/linear_model/_glm/tests/test_glm.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
| 2 | + |
5 | 3 |
|
6 | 4 |
|
7 | 5 |
|
|
0 commit comments