8000 Fix docstring · scikit-learn/scikit-learn@8854b66 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 8854b66

Browse files
author
x0l
committed
Fix docstring
1 parent 698d723 commit 8854b66

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sklearn/cross_validation.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,24 +1082,24 @@ class RollingWindow(object):
10821082
Parameters
10831083
----------
10841084
n : int
1085-
Total number of elements in the dataset.
1085+
Total number of elements in the dataset.
10861086
10871087
test_size : float, int (default is 1)
1088-
If float, should be between 0.0 and 1.0 and represent the
1089-
proportion of the dataset to include in the test split. If
1090-
int, Represents the absolute number of test samples.
1088+
If float, should be between 0.0 and 1.0 and represent the
1089+
proportion of the dataset to include in the test split. If
1090+
int, Represents the absolute number of test samples.
10911091
10921092
train_size : float, int, or None (default is None)
1093-
If float, should be between 0.0 and 1.0 and represent the
1094-
proportion of the dataset to include in the test split. If
1095-
int, represents the absolute number of test samples. If None,
1096-
the train size grows progressively.
1093+
If float, should be between 0.0 and 1.0 and represent the
1094+
proportion of the dataset to include in the test split. If
1095+
int, represents the absolute number of test samples. If None,
1096+
the train size grows progressively.
10971097
10981098
delay : int (default is 0)
1099-
Delay between the train and the test sets.
1099+
Delay between the train and the test sets.
11001100
11011101
step : float, int, or None (default is None)
1102-
Increment. If None, step is set equal to test_size.
1102+
Increment. If None, step is set equal to test_size.
11031103
11041104
Examples
11051105
--------

0 commit comments

Comments
 (0)
0