Skip to content

Commit

Permalink
Petit pb résolu
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-Winter committed Dec 19, 2023
1 parent 6f1283f commit 31b0c10
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 @@ -207,7 +207,6 @@ def split(self, X, y, groups=None):
idx_test : ndarray
The testing set indices for that split.
"""

X_copy = X.reset_index()
n_splits = self.get_n_splits(X_copy, y, groups)
X_grouped = X_copy.sort_values(by=self.time_col).\
Expand Down

0 comments on commit 31b0c10

Please sign in to comment.