Commit b5e55f7
File tree
4 files changed
+43
-25
lines changedFilter options
- sklearn/model_selection
- tests
4 files changed
+43
-25
lines changedsklearn/model_selection/_validation.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/_validation.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1473 | 1473 |
|
1474 | 1474 |
|
1475 | 1475 |
|
1476 |
| - |
| 1476 | + |
1477 | 1477 |
|
1478 | 1478 |
|
1479 | 1479 |
|
|
sklearn/model_selection/tests/test_search.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/tests/test_search.py+14-6Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
| ||
1433 | 1431 |
|
1434 | 1432 |
|
1435 | 1433 |
|
1436 |
| - |
| 1434 | + |
| 1435 | + |
| 1436 | + |
| 1437 | + |
| 1438 | + |
| 1439 | + |
1437 | 1440 |
|
1438 | 1441 |
|
1439 | 1442 |
|
| ||
1449 | 1452 |
|
1450 | 1453 |
|
1451 | 1454 |
|
1452 |
| - |
| 1455 | + |
| 1456 | + |
| 1457 | + |
| 1458 | + |
| 1459 | + |
| 1460 | + |
1453 | 1461 |
|
1454 | 1462 |
|
1455 | 1463 |
|
| ||
1492 | 1500 |
|
1493 | 1501 |
|
1494 | 1502 |
|
1495 |
| - |
1496 |
| - |
| 1503 | + |
| 1504 | + |
1497 | 1505 |
|
1498 | 1506 |
|
1499 | 1507 |
|
|
sklearn/model_selection/tests/test_split.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/tests/test_split.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
193 | 192 |
|
194 | 193 |
|
195 | 194 |
|
196 |
| - |
197 |
| - |
| 195 | + |
| 196 | + |
198 | 197 |
|
199 | 198 |
|
200 | 199 |
|
|
sklearn/model_selection/tests/test_validation.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/tests/test_validation.py+26-15Lines changed: 26 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
| ||
857 | 855 |
|
858 | 856 |
|
859 | 857 |
|
860 |
| - |
861 |
| - |
| 858 | + |
| 859 | + |
862 | 860 |
|
863 |
| - |
864 |
| - |
865 |
| - |
866 |
| - |
| 861 | + |
| 862 | + |
| 863 | + |
867 | 864 |
|
868 | 865 |
|
869 | 866 |
|
| ||
1210 | 1207 |
|
1211 | 1208 |
|
1212 | 1209 |
|
1213 |
| - |
1214 |
| - |
1215 |
| - |
| 1210 | + |
| 1211 | + |
| 1212 | + |
| 1213 | + |
| 1214 | + |
| 1215 | + |
| 1216 | + |
1216 | 1217 |
|
1217 | 1218 |
|
1218 | 1219 |
|
| ||
1753 | 1754 |
|
1754 | 1755 |
|
1755 | 1756 |
|
1756 |
| - |
1757 |
| - |
| 1757 | + |
| 1758 | + |
| 1759 | + |
| 1760 | + |
| 1761 | + |
| 1762 | + |
| 1763 | + |
1758 | 1764 |
|
1759 | 1765 |
|
1760 | 1766 |
|
| ||
1769 | 1775 |
|
1770 | 1776 |
|
1771 | 1777 |
|
1772 |
| - |
1773 |
| - |
| 1778 | + |
| 1779 | + |
| 1780 | + |
| 1781 | + |
| 1782 | + |
| 1783 | + |
| 1784 | + |
1774 | 1785 |
|
1775 | 1786 |
|
1776 | 1787 |
|
|
0 commit comments