Skip to content

Instantly share code, notes, and snippets.

@lucinda-lim
Created October 30, 2020 04:58
Show Gist options
  • Select an option

  • Save lucinda-lim/a002fd442ec05b7ffde1ba8291f1e22f to your computer and use it in GitHub Desktop.

Select an option

Save lucinda-lim/a002fd442ec05b7ffde1ba8291f1e22f to your computer and use it in GitHub Desktop.
p = Pool(cpu_count())
search_term=search_df.columns[1:]
predictions = list(tqdm(p.imap(prophet_prediction, search_term), total=len(search_term)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment