Skip to content

Instantly share code, notes, and snippets.

@dpbac
Created July 2, 2021 18:50
Show Gist options
  • Select an option

  • Save dpbac/2297fbb3426162edabb6f783dd98b9ab to your computer and use it in GitHub Desktop.

Select an option

Save dpbac/2297fbb3426162edabb6f783dd98b9ab to your computer and use it in GitHub Desktop.
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