From 33d3faf39de82f3450429450f1151cf703ae1b35 Mon Sep 17 00:00:00 2001 From: ines-ae Date: Thu, 21 Dec 2023 15:46:40 +0100 Subject: [PATCH] commit 5 --- sklearn_questions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sklearn_questions.py b/sklearn_questions.py index 062e6d0..539ad9f 100644 --- a/sklearn_questions.py +++ b/sklearn_questions.py @@ -193,7 +193,6 @@ def split(self, X, y, groups=None): idx_test : ndarray The testing set indices for that split. """ - n_splits = self.get_n_splits(X, y, groups) X = X.reset_index().resample("M", on=self.time_col).apply(lambda x: x.index)