wnstnb commited on
Commit
062c7cc
·
1 Parent(s): 8f12e15

testing cache

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. research_hod_lod.ipynb +0 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def convert_to_datetime(time_str, pst_now):
37
  return datetime.combine(pst_now.date(), time_obj.time())
38
 
39
  # Function to determine the emoji for each time
 
40
  def get_time_emojis(times, pst_now):
41
  pst_now_time = pst_now.time()
42
  us_holidays = get_us_holidays()
@@ -432,7 +433,7 @@ with st.form("choose_model"):
432
 
433
  # st.subheader('New Prediction')
434
 
435
- int_labels = ['(-∞, .20]', '(.20, .40]', '(.40, .60]', '(.60, .80]', '(.80, ]']
436
  # df_probas = res1.groupby(pd.qcut(res1['Predicted'],5)).agg({'True':[np.mean,len,np.sum]})
437
 
438
  data['ClosePct'] = (data['Close'] / data['PrevClose']) - 1
 
37
  return datetime.combine(pst_now.date(), time_obj.time())
38
 
39
  # Function to determine the emoji for each time
40
+ @st.cache_data
41
  def get_time_emojis(times, pst_now):
42
  pst_now_time = pst_now.time()
43
  us_holidays = get_us_holidays()
 
433
 
434
  # st.subheader('New Prediction')
435
 
436
+ int_labels = ['(0, .20]', '(.20, .40]', '(.40, .60]', '(.60, .80]', '(.80, .1]']
437
  # df_probas = res1.groupby(pd.qcut(res1['Predicted'],5)).agg({'True':[np.mean,len,np.sum]})
438
 
439
  data['ClosePct'] = (data['Close'] / data['PrevClose']) - 1
research_hod_lod.ipynb CHANGED
The diff for this file is too large to render. See raw diff