Hi, is there no way to control the number of epoch...
# neural-forecast
j
Hi, is there no way to control the number of epochs during fitting? I dont find an option and wonder what the reason for this could be?
c
Hi @jan rathfelder. You can control the training with the
max_steps
parameter
j
ah, ok. i define it inside the model and then feed this into fit(). I hope that was correct. thx :)