Skip to content

Commit

Permalink
UP my solution
Browse files Browse the repository at this point in the history
  • Loading branch information
wendysanensta committed Dec 19, 2023
1 parent 523bb22 commit a9c02c3
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 @@ -203,7 +203,6 @@ def split(self, X, y, groups=None):
idx_test : ndarray
The testing set indices for that split.
"""

X = X.reset_index()

if not pd.api.types.is_datetime64_any_dtype(X[self.time_col]):
Expand Down

0 comments on commit a9c02c3

Please sign in to comment.