Skip to content

Commit 1fe81b8

Browse files
authored
cosmit for build (#24)
1 parent 5cabed4 commit 1fe81b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsvmdata/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def fetch_libsvm(dataset, replace=False, normalize=False, min_nnz=0):
400400
for a sparse matrix since centering is not performed.
401401
y is centered and set to unit norm if the dataset is a regression one.
402402
403-
min_nnz: int, default=0
403+
min_nnz : int, default=0
404404
When X is sparse, columns of X with strictly less than min_nnz
405405
non-zero entries are discarded.
406406

0 commit comments

Comments
 (0)