We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc02fd commit 8632efeCopy full SHA for 8632efe
examples/api/plot_sampling_strategy_usage.py
@@ -91,7 +91,7 @@
91
_ = ax.set_title("Over-sampling")
92
93
# %% [markdown]
94
-# `sampling_strategy` has a `str`
+# `sampling_strategy` as a `str`
95
# -------------------------------
96
#
97
# `sampling_strategy` can be given as a string which specify the class
@@ -129,7 +129,7 @@
129
_ = ax.set_title("Cleaning")
130
131
132
-# `sampling_strategy as a `dict`
+# `sampling_strategy` as a `dict`
133
# ------------------------------
134
135
# When `sampling_strategy` is a `dict`, the keys correspond to the targeted
0 commit comments