-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Some PSS1-pinned directories have issues that trace back to fbcode/kats, so trying to upgrade it first. This diff makes backwards-compatible fixes to several test failures seen on D63678019: **bocpd_model.py** - [HoltWintersResults.slope deprecated in favor of .trend](https://www.statsmodels.org/v0.12.2/generated/statsmodels.tsa.holtwinters.HoltWintersResults.slope.html#statsmodels.tsa.holtwinters.HoltWintersResults.slope) **special_events_base.py** - assuming that self.original_fcst is supposed to be a copy, ignore chained_assignment warning **test_dtw.py** - freq field on pandas.Timestamp is deprecated and doesn't do anything anyways **decomposition.py** - first argument is expected to be 1D, achievable with .squeeze() Changes copied from proof-by-accident D58854294: - changepoint_evaluator.py - stl_intraday_model.py - test_feature_engineering.py - feature_engineering.py everything else is .append -> pandas.concat Reviewed By: igorsugak Differential Revision: D63737460 fbshipit-source-id: 66b3cebc7d3a9a912de6f6674b4c587b462217b5
- Loading branch information
1 parent
257e029
commit 2c6e236
Showing
12 changed files
with
49 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters