Skip to content

Commit

Permalink
finish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Sep 13, 2024
1 parent 804caae commit 04bfa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/df_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def crossvalidation_split_df(
validation data
"""
# df = df.copy(deep=True)
# df, _, _, _ = check_multiple_series_id(df)
df, _, _, _ = check_multiple_series_id(df)
folds = []
if len(df["ID"].unique()) == 1:
for df_name, df_i in df.groupby("ID"):
Expand Down

0 comments on commit 04bfa90

Please sign in to comment.