Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdiptesh committed Feb 17, 2024
1 parent 8a474eb commit cedd14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib/lib/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _predict(self, df):
"""
df_bg_pred = None
pred_period=self.pred_period
pred_period = self.pred_period
y_hat = self.y_hat
df_bg_train = df.iloc[:-pred_period]
df_bg_pred = df.iloc[-pred_period:]
Expand Down

0 comments on commit cedd14c

Please sign in to comment.