Spaces:
Runtime error
Runtime error
Kashif Rasul
commited on
Commit
·
c029c40
1
Parent(s):
46a14b8
more epochs
Browse files
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=
|
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 |
)
|