-
-
Save dpbac/2297fbb3426162edabb6f783dd98b9ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| with open('../model/prophet_model.json', 'r') as fin: | |
| m = model_from_json(json.load(fin)) # Load model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment