Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created May 15, 2022 14:58
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/4374993168e1b3760b3c9ef57603fe31 to your computer and use it in GitHub Desktop.
Save h3ik0th/4374993168e1b3760b3c9ef57603fe31 to your computer and use it in GitHub Desktop.
# testing: generate predictions
ts_tpred = model.predict( n=len(ts_ttest),
num_samples=N_SAMPLES,
n_jobs=N_JOBS,
verbose=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment