8000 mirrored 'DOC insert spaces before colons in parameter lists' · scikit-learn/scikit-learn@080a896 · GitHub
[go: up one dir, main page]

Skip to content

Commit 080a896

Browse files
committed
mirrored 'DOC insert spaces before colons in parameter lists'
1 parent 03abc22 commit 080a896

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sklearn/svm/libsvm.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def predict(np.ndarray[np.float64_t, ndim=2, mode='c'] X,
287287
288288
Parameters
289289
----------
290-
X: array-like, dtype=float, size=[n_samples, n_features]
290+
X : array-like, dtype=float, size=[n_samples, n_features]
291291
svm_type : {0, 1, 2, 3, 4, 5}
292292
Type of SVM: C SVC, nu SVC, one class, epsilon SVR, nu SVR,
293293
or SVDD-L1.
@@ -364,7 +364,7 @@ def predict_proba(
364364
365365
Parameters
366366
----------
367-
X: array-like, dtype=float
367+
X : array-like, dtype=float
368368
kernel : {'linear', 'rbf', 'poly', 'sigmoid', 'precomputed'}
369369
370370
Returns
@@ -478,9 +478,9 @@ def cross_validation(
478478
Parameters
479479
----------
480480
481-
X: array-like, dtype=float, size=[n_samples, n_features]
481+
X : array-like, dtype=float, size=[n_samples, n_features]
482482
483-
Y: array, dtype=float, size=[n_samples]
483+
Y : array, dtype=float, size=[n_samples]
484484
target vector
485485
486486
svm_type : {0, 1, 2, 3, 4, 5}

0 commit comments

Comments
 (0)
0