Skip to content

Commit 81d7b46

Browse files
committed
Fixing generate blobs docstring
1 parent 2425f5f commit 81d7b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SyntheticDatasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444
center_box = (-10.0, 10.0),
4545
shuffle::Bool = true,
4646
random_state::Union{Int, Nothing} = nothing)::DataFrame
47-
Make two interleaving half circles. Sklearn interface to make_moons.
47+
Generate isotropic Gaussian blobs for clustering. Sklearn interface to make_blobs.
4848
# Arguments
4949
- `n_samples = 100`: If int, it is the total number of points equally divided among clusters. If array-like, each element of the sequence indicates the number of samples per cluster.
5050
- `n_features = 2`: The number of features for each sample.

0 commit comments

Comments
 (0)