File tree
Expand file treeCollapse file tree
4 files changed
+12
-3
lines changedFilter options
- examples/inspection
- sklearn
- ensemble/_hist_gradient_boosting
- inspection
- _plot
Expand file treeCollapse file tree
4 files changed
+12
-3
lines changedexamples/inspection/plot_partial_dependence.py
Copy file name to clipboardExpand all lines: examples/inspection/plot_partial_dependence.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
365 | 365 |
|
366 | 366 |
|
367 | 367 |
|
| 368 | + |
| 369 | + |
368 | 370 |
|
369 |
| - |
| 371 | + |
| 372 | + |
370 | 373 |
|
371 | 374 |
|
372 | 375 |
|
|
sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py
Copy file name to clipboardExpand all lines: sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1562 | 1562 |
|
1563 | 1563 |
|
1564 | 1564 |
|
| 1565 | + |
| 1566 | + |
1565 | 1567 |
|
1566 | 1568 |
|
1567 | 1569 |
|
|
sklearn/inspection/_partial_dependence.py
Copy file name to clipboardExpand all lines: sklearn/inspection/_partial_dependence.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
388 |
| - |
| 388 | + |
| 389 | + |
| 390 | + |
389 | 391 |
|
390 | 392 |
|
391 | 393 |
|
|
sklearn/inspection/_plot/partial_dependence.py
Copy file name to clipboardExpand all lines: sklearn/inspection/_plot/partial_dependence.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
287 |
| - |
| 287 | + |
| 288 | + |
| 289 | + |
288 | 290 |
|
289 | 291 |
|
290 | 292 |
|
|
0 commit comments