-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1/n introduce new prophet implementation into kats
Summary: Introduce new prophet version into Kats, while keeping the old version. When running predictions, we infer the version from the serialized model json. One observed change in the behavior of Prophet between versions is that new Prophet doesn't keep NULL/NaN values of data in its history, which was previously kept. Kats `ProphetModel` was updated to follow the new behavior. This behavior was identified via a failing test in `kats/tests/models/test_globalmodel.py` Differential Revision: D64698695 fbshipit-source-id: afcf94df710eae29aecfa9f6ccb4c6b8bf7e6a9f
- Loading branch information
1 parent
53db30a
commit 5afd991
Showing
4 changed files
with
173 additions
and
29 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
Oops, something went wrong.