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.

Revisions

  1. Lim Cai Xian Lucinda renamed this gist Oct 30, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Lim Cai Xian Lucinda created this gist Oct 30, 2020.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    p = Pool(cpu_count())
    search_term=search_df.columns[1:]
    predictions = list(tqdm(p.imap(prophet_prediction, search_term), total=len(search_term)))