Skip to content

Commit

Permalink
reset condition for period
Browse files Browse the repository at this point in the history
  • Loading branch information
remyogasawara committed Aug 2, 2023
1 parent a43e100 commit 1faf23d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def fit(self, X: pd.DataFrame, y: pd.DataFrame = None) -> STLDecomposer:
"seasonality": self.seasonality,
"trend": self.trend,
"residual": self.residual,
"residual": self.residual,
"period": self.period,
}

Expand Down

0 comments on commit 1faf23d

Please sign in to comment.