Skip to content

Commit e8d6090

Browse files
committed
fixing space
1 parent e2716ea commit e8d6090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SyntheticDatasets.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function generate_s_curve(; n_samples::Int = 100,
9090
noise::Float64 = 0.0,
9191
random_state::Union{Int, Nothing} = nothing)::DataFrame
9292

93-
(features, labels) = datasets.make_s_curve( n_samples = n_samples,
93+
(features, labels) = datasets.make_s_curve( n_samples = n_samples,
9494
noise = noise,
9595
random_state = random_state)
9696

0 commit comments

Comments
 (0)