File tree
135 files changed
+659
-592
lines changedFilter options
- sklearn
- __check_build
- _build_utils
- cluster
- tests
- compose
- tests
- covariance/tests
- cross_decomposition
- datasets
- tests
- decomposition
- ensemble
- _hist_gradient_boosting
- tests
- tests
- feature_extraction
- tests
- feature_selection
- gaussian_process
- impute
- tests
- inspection
- _plot
- tests
- linear_model
- _glm
- tests
- manifold
- metrics
- _plot/tests
- tests
- mixture/tests
- model_selection
- tests
- neighbors
- tests
- neural_network
- preprocessing
- tests
- semi_supervised
- svm
- tests
- tests
- tree
- tests
- utils
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+659
-592
lines changedsklearn/__check_build/__init__.py
Copy file name to clipboardExpand all lines: sklearn/__check_build/__init__.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
| ||
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
42 |
| - |
43 |
| - |
44 |
| - |
| 41 | + |
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
|
sklearn/_build_utils/__init__.py
Copy file name to clipboardExpand all lines: sklearn/_build_utils/__init__.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
101 | 100 |
|
102 | 101 |
|
103 | 102 |
|
|
sklearn/_build_utils/openmp_helpers.py
Copy file name to clipboardExpand all lines: sklearn/_build_utils/openmp_helpers.py+4-8Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 |
| - |
51 |
| - |
| 49 | + |
52 | 50 |
|
53 | 51 |
|
54 | 52 |
|
| ||
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
99 |
| - |
100 |
| - |
| 97 | + |
101 | 98 |
|
102 | 99 |
|
103 | 100 |
|
| ||
120 | 117 |
|
121 | 118 |
|
122 | 119 |
|
123 |
| - |
124 |
| - |
| 120 | + |
125 | 121 |
|
126 | 122 |
|
127 | 123 |
|
sklearn/_build_utils/pre_build_helpers.py
Copy file name to clipboardExpand all lines: sklearn/_build_utils/pre_build_helpers.py+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
68 |
| - |
| 67 | + |
69 | 68 |
|
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 |
| - |
74 |
| - |
| 72 | + |
75 | 73 |
|
+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
243 |
| - |
244 |
| - |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
245 | 247 |
|
246 | 248 |
|
247 | 249 |
|
| ||
1035 | 1037 |
|
1036 | 1038 |
|
1037 | 1039 |
|
1038 |
| - |
1039 |
| - |
| 1040 | + |
| 1041 | + |
1040 | 1042 |
|
1041 | 1043 |
|
1042 | 1044 |
|
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
318 |
| - |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
319 | 321 |
|
320 | 322 |
|
321 | 323 |
|
|
sklearn/cluster/_affinity_propagation.py
Copy file name to clipboardExpand all lines: sklearn/cluster/_affinity_propagation.py+13-8Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
145 |
| - |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
146 | 148 |
|
147 | 149 |
|
148 | 150 |
|
| ||
161 | 163 |
|
162 | 164 |
|
163 | 165 |
|
164 |
| - |
165 |
| - |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
166 | 170 |
|
167 | 171 |
|
168 | 172 |
|
| ||
453 | 457 |
|
454 | 458 |
|
455 | 459 |
|
456 |
| - |
457 | 460 |
|
458 | 461 |
|
459 | 462 |
|
| ||
557 | 560 |
|
558 | 561 |
|
559 | 562 |
|
560 |
| - |
561 |
| - |
562 |
| - |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
563 | 568 |
|
564 | 569 |
|
565 | 570 |
|
|
sklearn/cluster/_agglomerative.py
Copy file name to clipboardExpand all lines: sklearn/cluster/_agglomerative.py+20-15Lines changed: 20 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
275 | 275 |
|
276 | 276 |
|
277 | 277 |
|
278 |
| - |
279 |
| - |
280 |
| - |
281 |
| - |
282 |
| - |
283 |
| - |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
284 | 286 |
|
285 | 287 |
|
286 | 288 |
|
| ||
507 | 509 |
|
508 | 510 |
|
509 | 511 |
|
510 |
| - |
511 |
| - |
512 |
| - |
513 |
| - |
514 |
| - |
515 |
| - |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
516 | 520 |
|
517 | 521 |
|
518 | 522 |
|
| ||
541 | 545 |
|
542 | 546 |
|
543 | 547 |
|
544 |
| - |
545 | 548 |
|
546 | 549 |
|
547 | 550 |
|
| ||
995 | 998 |
|
996 | 999 |
|
997 | 1000 |
|
998 |
| - |
999 |
| - |
| 1001 | + |
| 1002 | + |
| 1003 | + |
| 1004 | + |
1000 | 1005 |
|
1001 | 1006 |
|
1002 | 1007 |
|
|
sklearn/cluster/_bisect_k_means.py
Copy file name to clipboardExpand all lines: sklearn/cluster/_bisect_k_means.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
230 | 229 |
|
231 | 230 |
|
232 | 231 |
|
|
+27-16Lines changed: 27 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
888 | 888 |
|
889 | 889 |
|
890 | 890 |
|
891 |
| - |
892 |
| - |
893 |
| - |
| 891 | + |
| 892 | + |
| 893 | + |
| 894 | + |
| 895 | + |
894 | 896 |
|
895 | 897 |
|
896 | 898 |
|
| ||
902 | 904 |
|
903 | 905 |
|
904 | 906 |
|
905 |
| - |
906 |
| - |
907 |
| - |
| 907 | + |
| 908 | + |
| 909 | + |
| 910 | + |
| 911 | + |
908 | 912 |
|
909 | 913 |
|
910 | 914 |
|
| ||
1101 | 1105 |
|
1102 | 1106 |
|
1103 | 1107 |
|
1104 |
| - |
1105 |
| - |
| 1108 | + |
| 1109 | + |
| 1110 | + |
| 1111 | + |
1106 | 1112 |
|
1107 | 1113 |
|
1108 | 1114 |
|
| ||
1415 | 1421 |
|
1416 | 1422 |
|
1417 | 1423 |
|
1418 |
| - |
1419 |
| - |
| 1424 | + |
| 1425 | + |
| 1426 | + |
| 1427 | + |
1420 | 1428 |
|
1421 | 1429 |
|
1422 | 1430 |
|
1423 | 1431 |
|
1424 | 1432 |
|
1425 |
| - |
1426 |
| - |
| 1433 | + |
| 1434 | + |
| 1435 | + |
| 1436 | + |
1427 | 1437 |
|
1428 | 1438 |
|
1429 | 1439 |
|
| ||
1907 | 1917 |
|
1908 | 1918 |
|
1909 | 1919 |
|
1910 |
| - |
1911 | 1920 |
|
1912 | 1921 |
|
1913 | 1922 |
|
| ||
1937 | 1946 |
|
1938 | 1947 |
|
1939 | 1948 |
|
1940 |
| - |
1941 |
| - |
1942 |
| - |
| 1949 | + |
| 1950 | + |
| 1951 | + |
| 1952 | + |
| 1953 | + |
1943 | 1954 |
|
1944 | 1955 |
|
1945 | 1956 |
|
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
619 | 619 |
|
620 | 620 |
|
621 | 621 |
|
622 |
| - |
623 |
| - |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
624 | 626 |
|
625 | 627 |
|
626 | 628 |
|
|
sklearn/cluster/_spectral.py
Copy file name to clipboardExpand all lines: sklearn/cluster/_spectral.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
778 | 778 |
|
779 | 779 |
|
780 | 780 |
|
781 |
| - |
782 |
| - |
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
783 | 785 |
|
sklearn/cluster/tests/test_bicluster.py
Copy file name to clipboardExpand all lines: sklearn/cluster/tests/test_bicluster.py-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
| ||
253 | 252 |
|
254 | 253 |
|
255 | 254 |
|
256 |
| - |
257 | 255 |
|
258 | 256 |
|
259 | 257 |
|
|
+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
195 | 197 |
|
196 | 198 |
|
197 | 199 |
|
|
sklearn/compose/tests/test_column_transformer.py
Copy file name to clipboardExpand all lines: sklearn/compose/tests/test_column_transformer.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
803 | 803 |
|
804 | 804 |
|
805 | 805 |
|
806 |
| - |
807 | 806 |
|
808 | 807 |
|
809 | 808 |
|
|
0 commit comments