10000 DOC Tweak plot_set_output comment · scikit-learn/scikit-learn@a8e28f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8e28f7

Browse files
committed
DOC Tweak plot_set_output comment
1 parent 4caa4ab commit a8e28f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/miscellaneous/plot_set_output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
_ = coef.sort_values().plot.barh()
113113

114114
# %%
115-
# This resets `transform_output` to its default value to avoid impacting other
116-
# examples when generating the scikit-learn documentation
115+
# In order to demonstrate :func:`config_context` functionality below, let us
116+
# first reset `transform_output` to its default value.
117117
set_config(transform_output="default")
118118

119119
# %%

0 commit comments

Comments
 (0)
0