Kashif Rasul commited on
Commit
c029c40
·
1 Parent(s): 46a14b8

more epochs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def fn(upload_data):
14
  model = DeepAREstimator(
15
  prediction_length=12,
16
  freq=dataset.freq,
17
- trainer_kwargs=dict(max_epochs=1),
18
  ).train(
19
  training_data=training_data,
20
  )
 
14
  model = DeepAREstimator(
15
  prediction_length=12,
16
  freq=dataset.freq,
17
+ trainer_kwargs=dict(max_epochs=10),
18
  ).train(
19
  training_data=training_data,
20
  )