8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8856af commit 0f0c4ceCopy full SHA for 0f0c4ce
sklearn/model_selection/_split.py
@@ -2359,10 +2359,10 @@ def train_test_split(
2359
):
2360
"""Split arrays or matrices into random train and test subsets.
2361
2362
- Quick utility that wraps input validation and
2363
- ``next(ShuffleSplit().split(X, y))`` and application to input data
2364
- into a single call for splitting (and optionally subsampling) data in a
2365
- oneliner.
+ Quick utility that wraps input validation,
+ ``next(ShuffleSplit().split(X, y))``, and application to input data
+ into a single call for splitting (and optionally subsampling) data into a
+ one-liner.
2366
2367
Read more in the :ref:`User Guide <cross_validation>`.
2368
0 commit comments