8000 EXA Tweak plot_set_output comment (#26350) · REDVM/scikit-learn@5f917b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f917b9

Browse files
lesteveREDVM
authored andcommitted
EXA Tweak plot_set_output comment (scikit-learn#26350)
1 parent 125d3af commit 5f917b9

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 the :func:`config_context` functionality below, let
116+
# us first reset `transform_output` to its default value.
117117
set_config(transform_output="default")
118118

119119
# %%

0 commit comments

Comments
 (0)
0