NaokiOkamoto commited on
Commit
3efa3a8
1 Parent(s): b396d58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -14,10 +14,6 @@ from function import get_fish_qty, get_estat, dr_prediction_deployment, predicti
14
  import yaml
15
  with open('config.yaml') as file:
16
  config = yaml.safe_load(file.read())
17
-
18
-
19
- print('out put')
20
- pd.DataFrame({'A':[1]}).to_pickle('data.pickle')
21
 
22
  def retrain():
23
  get_prediction_result(retrain = True)
@@ -93,6 +89,8 @@ def get_model_infomation():
93
  return model_info, feature_impact
94
 
95
  with gr.Blocks() as electoric_ploting:
 
 
96
  gr.Markdown(
97
  """
98
  # その日の魚の卸売り量から、来月の家計データ月別支出の電気代を予測するAI
 
14
  import yaml
15
  with open('config.yaml') as file:
16
  config = yaml.safe_load(file.read())
 
 
 
 
17
 
18
  def retrain():
19
  get_prediction_result(retrain = True)
 
89
  return model_info, feature_impact
90
 
91
  with gr.Blocks() as electoric_ploting:
92
+ print('out put')
93
+ pd.DataFrame({'A':[1]}).to_pickle('data.pickle')
94
  gr.Markdown(
95
  """
96
  # その日の魚の卸売り量から、来月の家計データ月別支出の電気代を予測するAI