Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created May 15, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3ik0th/fa85aeae3d90dfd2299fae85d446a2fc to your computer and use it in GitHub Desktop.
Save h3ik0th/fa85aeae3d90dfd2299fae85d446a2fc to your computer and use it in GitHub Desktop.
# forecast from end of training set until k hours beyond end of test set
ts_tpred = model.predict( n=n_FC,
future_covariates=cov_t_fut,
num_samples=N_SAMPLES,
verbose=True,
n_jobs=N_JOBS)
print("start:", ts_tpred.start_time(), "; end:",ts_tpred.end_time())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment