Reyad-Ahmmed commited on
Commit
76947d8
·
verified ·
1 Parent(s): 2ef0c17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ if (should_train_model=='1'): #train model
68
  #settings
69
  model_save_path = path_to_save_trained_model_to
70
  bias_non_fleet = 1.0
71
- epochs_to_run = .01
72
 
73
  #file_path_train = train_file + ".csv"
74
  #file_path_test = test_file + ".csv"
 
68
  #settings
69
  model_save_path = path_to_save_trained_model_to
70
  bias_non_fleet = 1.0
71
+ epochs_to_run = 15
72
 
73
  #file_path_train = train_file + ".csv"
74
  #file_path_test = test_file + ".csv"