File tree
7 files changed
+165
-68
lines changedFilter options
- doc
- modules
- whats_new/upcoming_changes/sklearn.model_selection
- examples
- frozen
- model_selection
- sklearn/model_selection
- tests
7 files changed
+165
-68
lines changeddoc/modules/classification_threshold.rst
Copy file name to clipboardExpand all lines: doc/modules/classification_threshold.rst+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
| 148 | + |
| 149 | + |
148 | 150 |
|
149 | 151 |
|
150 | 152 |
|
|
doc/whats_new/upcoming_changes/sklearn.model_selection/29067.enhancement.rst
Copy file name to clipboardExpand all lines: doc/whats_new/upcoming_changes/sklearn.model_selection/29067.enhancement.rst-4Lines changed: 0 additions & 4 deletions
This file was deleted.
doc/whats_new/upcoming_changes/sklearn.model_selection/30172.enhancement.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
examples/frozen/plot_frozen_examples.py
Copy file name to clipboard+98Lines changed: 98 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
examples/model_selection/plot_cost_sensitive_learning.py
Copy file name to clipboardExpand all lines: examples/model_selection/plot_cost_sensitive_learning.py+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
660 | 660 |
|
661 | 661 |
|
662 | 662 |
|
663 |
| - |
| 663 | + |
| 664 | + |
| 665 | + |
664 | 666 |
|
665 | 667 |
|
666 | 668 |
|
| 669 | + |
667 | 670 |
|
668 | 671 |
|
669 | 672 |
|
670 |
| - |
671 |
| - |
| 673 | + |
| 674 | + |
672 | 675 |
|
673 | 676 |
|
674 | 677 |
|
|
sklearn/model_selection/_classification_threshold.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/_classification_threshold.py+34-25Lines changed: 34 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
46 | 53 |
|
47 | 54 |
|
48 | 55 |
|
| ||
170 | 177 |
|
171 | 178 |
|
172 | 179 |
|
173 |
| - |
174 |
| - |
| 180 | + |
| 181 | + |
| 182 | + |
175 | 183 |
|
176 | 184 |
|
177 | 185 |
|
| ||
188 | 196 |
|
189 | 197 |
|
190 | 198 |
|
191 |
| - |
192 |
| - |
| 199 | + |
| 200 | + |
| 201 | + |
193 | 202 |
|
194 | 203 |
|
195 | 204 |
|
| ||
206 | 215 |
|
207 | 216 |
|
208 | 217 |
|
209 |
| - |
210 |
| - |
| 218 | + |
| 219 | + |
| 220 | + |
211 | 221 |
|
212 | 222 |
|
213 | 223 |
|
| ||
264 | 274 |
|
265 | 275 |
|
266 | 276 |
|
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
272 |
| - |
273 |
| - |
274 | 277 |
|
275 | 278 |
|
276 | 279 |
|
| ||
322 | 325 |
|
323 | 326 |
|
324 | 327 |
|
325 |
| - |
326 | 328 |
|
327 | 329 |
|
328 | 330 |
|
| ||
332 | 334 |
|
333 | 335 |
|
334 | 336 |
|
335 |
| - |
336 | 337 |
|
337 | 338 |
|
338 | 339 |
|
339 | 340 |
|
340 |
| - |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
341 | 353 |
|
342 | 354 |
|
343 | 355 |
|
| ||
360 | 372 |
|
361 | 373 |
|
362 | 374 |
|
363 |
| - |
364 |
| - |
365 |
| - |
366 |
| - |
367 |
| - |
368 |
| - |
369 |
| - |
| 375 | + |
370 | 376 |
|
371 | 377 |
|
372 | 378 |
|
| ||
382 | 388 |
|
383 | 389 |
|
384 | 390 |
|
385 |
| - |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
386 | 395 |
|
387 |
| - |
| 396 | + |
388 | 397 |
|
389 | 398 |
|
390 | 399 |
|
|
sklearn/model_selection/tests/test_classification_threshold.py
Copy file name to clipboardExpand all lines: sklearn/model_selection/tests/test_classification_threshold.py+20-35Lines changed: 20 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
593 | 593 |
|
594 | 594 |
|
595 | 595 |
|
596 |
| - |
597 |
| - |
598 |
| - |
599 |
| - |
600 |
| - |
601 |
| - |
602 |
| - |
603 |
| - |
604 |
| - |
605 |
| - |
606 |
| - |
607 |
| - |
608 |
| - |
609 |
| - |
610 |
| - |
611 |
| - |
612 |
| - |
613 |
| - |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
614 | 601 |
|
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
615 | 606 |
|
616 |
| - |
617 |
| - |
618 |
| - |
619 |
| - |
620 | 607 |
|
621 |
| - |
622 |
| - |
623 |
| - |
624 |
| - |
625 |
| - |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
626 | 615 |
|
627 |
| - |
628 |
| - |
629 |
| - |
630 |
| - |
631 |
| - |
632 |
| - |
633 |
| - |
| 616 | + |
| 617 | + |
| 618 | + |
0 commit comments