From e94ee1013bf8a5f069253d8b2be53115a3767592 Mon Sep 17 00:00:00 2001 From: ines-ae Date: Thu, 21 Dec 2023 15:48:02 +0100 Subject: [PATCH] commit 6 --- sklearn_questions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sklearn_questions.py b/sklearn_questions.py index 539ad9f..fa701a4 100644 --- a/sklearn_questions.py +++ b/sklearn_questions.py @@ -176,6 +176,7 @@ def get_n_splits(self, X, y=None, groups=None): def split(self, X, y, groups=None): """Generate indices to split data into training and test set. + Parameters ---------- X : array-like of shape (n_samples, n_features)