DOC add link to plot_iris_dtc example in DecisionTreeClassifier documentation#30650
DOC add link to plot_iris_dtc example in DecisionTreeClassifier documentation#30650Crucible0 wants to merge 1 commit intoscikit-learn:mainfrom
Conversation
virchan
left a comment
There was a problem hiding this comment.
Thank you for the PR @Crucible0! I have a few comments.
It might be a good idea to include the example in the plot_tree documentation as well.
Thank you for the feedback! I'll include the example in the |
| 0.93..., 0.93..., 1. , 0.93..., 1. ]) | ||
|
|
||
| See :ref:`sphx_glr_auto_examples_tree_plot_iris_dtc.py` for an | ||
| example of training and visualizing a decision tree classifer on |
There was a problem hiding this comment.
Hi. I believe you mean classifier (missing an "i").
|
I actually think this particular file is referenced enough in the Sorry about this @Crucible0 , it's not trivial as which examples really need to be added in different places, and sometimes we don't actually need more links. |
This pull request adds a reference link to the
plot_iris_dtc.pyexample in the documentation forDecisionTreeClassifier.Changes:
plot_iris_dtc.pyin theDecisionTreeClassifierAPI docstring to give an example.Purpose:
DecisionTreeClassifier.Related Issue:
Towards #30621.