Skip to content

Commit 3b35ad0

Browse files
Tialoadrinjalali
andauthored
DOC Added links for random_datasets example (scikit-learn#27056)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
1 parent 6dc03f6 commit 3b35ad0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sklearn/datasets/_samples_generator.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ def make_classification(
9393
Thus, without shuffling, all useful features are contained in the columns
9494
``X[:, :n_informative + n_redundant + n_repeated]``.
9595
96+
For an example of usage, see
97+
:ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
98+
9699
Read more in the :ref:`User Guide <sample_generators>`.
97100
98101
Parameters
@@ -887,6 +890,9 @@ def make_blobs(
887890
):
888891
"""Generate isotropic Gaussian blobs for clustering.
889892
893+
For an example of usage, see
894+
:ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
895+
890896
Read more in the :ref:`User Guide <sample_generators>`.
891897
892898
Parameters
@@ -1802,6 +1808,9 @@ def make_gaussian_quantiles(
18021808
concentric multi-dimensional spheres such that roughly equal numbers of
18031809
samples are in each class (quantiles of the :math:`\chi^2` distribution).
18041810
1811+
For an example of usage, see
1812+
:ref:`sphx_glr_auto_examples_datasets_plot_random_dataset.py`.
1813+
18051814
Read more in the :ref:`User Guide <sample_generators>`.
18061815
18071816
Parameters

0 commit comments

Comments
 (0)