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 3158e90 commit c649deeCopy full SHA for c649dee
src/sklearn.jl
@@ -262,7 +262,7 @@ function generate_low_rank_matrix(; n_samples::Int = 100,
262
tail_strength::Float64 = 0.5,
263
random_state::Union{Int, Nothing} = nothing)
264
265
- (features, labels) = datasets.make_low_rank_matrix(n_samples = n_samples,
+ features = datasets.make_low_rank_matrix(n_samples = n_samples,
266
n_features = n_features,
267
effective_rank = effective_rank,
268
tail_strength = tail_strength,
0 commit comments