Skip to content

Commit

Permalink
commit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-ae committed Dec 21, 2023
1 parent 0eff3c0 commit 33d3faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sklearn_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33d3faf

Please sign in to comment.