Skip to content

Commit

Permalink
Remove reset_index
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeix committed Nov 28, 2024
1 parent 0667b36 commit 82fc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_files/models_performance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def evaluate_benchmark_performace(self) -> Tuple[pd.DataFrame, pd.DataFrame]:
h=self.h,
n_windows=self.n_windows,
step_size=self.h,
).reset_index()
)
total_time = time() - init_time
cv_model_df = cv_model_df.rename(
columns={value: key for key, value in renamer.items()}
Expand Down

0 comments on commit 82fc0f6

Please sign in to comment.