DOC Inspection Examples links in User Guide#30752
DOC Inspection Examples links in User Guide#30752adrinjalali merged 5 commits intoscikit-learn:mainfrom
Conversation
b4555c9 to
afd4ad8
Compare
There was a problem hiding this comment.
Thanks for your contribution, @preyasshah9!
This looks very good to me. I was just wondering about the subheading order of the "ICE vs. PDP" part.
And there is a CI failure that is unrelated to this PR. Let me check.
|
@preyasshah9, would you mind to push an empty commit to re-trigger the CI? The tests then will hopefully pass. |
afd4ad8 to
876b9de
Compare
I pushed another commit to remove that subhead ordering update 👍 |
StefanieSenger
left a comment
There was a problem hiding this comment.
Thank you @preyasshah9. For me everything looks fine now. I have checked the rendered docs and everything is working. Also the links are in the right places.
Can we merge this, @adrinjalali?
doc/inspection.rst
Outdated
|
|
||
| .. rubric:: Examples | ||
|
|
||
| * :ref:`sphx_glr_auto_examples_inspection_plot_causal_interpretation.py` |
There was a problem hiding this comment.
this example doesn't have a single inspection import, so removing it from here. That example certainly deserves to be linked from more places, but I'm not sure where.
| .. versionchanged:: 1.6 | ||
| The default value changed from `None` to `"from_dtype"`. |
There was a problem hiding this comment.
make it consistent with the other class
|
@preyasshah9 was the addition of |
|
It probably was not intended, I opened #31090 to remove it. |
What does this implement/fix? Explain your changes.
Add links to the examples from user guide. Towards #30621.