neuralforecast
neuralforecast copied to clipboard
[Auto] Improve Tune's output during training
Description
As mentioned in #434, the output generated during the training of auto
models can be overwhelming.
We believe the interaction between PyTorch-Lightning and Tune libraries causes this issue.
We would like to explore options to (optionally) limit the output during the training of auto
models.
Use case
No response