File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ def make_classification(
93
93
Thus, without shuffling, all useful features are contained in the columns
94
94
``X[:, :n_informative + n_redundant + n_repeated]``.
95
95
96
+ For an example of usage, see
97
+ :ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
98
+
96
99
Read more in the :ref:`User Guide <sample_generators>`.
97
100
98
101
Parameters
@@ -887,6 +890,9 @@ def make_blobs(
887
890
):
888
891
"""Generate isotropic Gaussian blobs for clustering.
889
892
893
+ For an example of usage, see
894
+ :ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
895
+
890
896
Read more in the :ref:`User Guide <sample_generators>`.
891
897
892
898
Parameters
@@ -1802,6 +1808,9 @@ def make_gaussian_quantiles(
1802
1808
concentric multi-dimensional spheres such that roughly equal numbers of
1803
1809
samples are in each class (quantiles of the :math:`\chi^2` distribution).
1804
1810
1811
+ For an example of usage, see
1812
+ :ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
1813
+
1805
1814
Read more in the :ref:`User Guide <sample_generators>`.
1806
1815
1807
1816
Parameters
You can’t perform that action at this time.
0 commit comments