Created
October 30, 2020 04:58
-
-
Save lucinda-lim/a002fd442ec05b7ffde1ba8291f1e22f to your computer and use it in GitHub Desktop.
Revisions
-
Lim Cai Xian Lucinda renamed this gist
Oct 30, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Lim Cai Xian Lucinda created this gist
Oct 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)))