NaokiOkamoto commited on
Commit
71dcd58
1 Parent(s): 449dede

Update function/prediction_func.py

Browse files
Files changed (1) hide show
  1. function/prediction_func.py +0 -1
function/prediction_func.py CHANGED
@@ -96,7 +96,6 @@ def prediction_to_dr(oil_price_url, fuel_procurement_cost_url):
96
  &
97
  (prediction_df['forecast_point'].astype(int)<=int(today.strftime('%Y%m%d')))].reset_index(drop=True)
98
 
99
- display(prediction_df)
100
  DEPLOYMENT_ID = '640d791796a6a52d92c368a0'
101
  prediction_df.to_csv('data/temp_prediction.csv', index=False)
102
  prediction_json = dr_prediction_deployment.main('data/temp_prediction.csv', DEPLOYMENT_ID)
 
96
  &
97
  (prediction_df['forecast_point'].astype(int)<=int(today.strftime('%Y%m%d')))].reset_index(drop=True)
98
 
 
99
  DEPLOYMENT_ID = '640d791796a6a52d92c368a0'
100
  prediction_df.to_csv('data/temp_prediction.csv', index=False)
101
  prediction_json = dr_prediction_deployment.main('data/temp_prediction.csv', DEPLOYMENT_ID)