You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to help contribute to this NeuralForecast. I have been using this extensively for the last 2 months. I had a few things in mind of what we can add (inspired by AutoGluon)
A lot of unnecessary output is thrown in Jupyter Notebook (VSCode) while training Neural Models. Firstly reduce the junk TQDM output. Then put a option within the 'fit' method to toggle the display of progress bars. I don't want to use %%capture as it messes with the Pylance extension. I know this does not matter that as it will go eventually into Production, however while exploring the dynamics of NeuralForecast it would save time on scrolling. (I am sorry, I had kept this point for later but this takes precedence after I remembered it)
Adding {i+1} to epochs while training display instead of {i} :p
Creating a Stacked Ensemble of the Best Performing Neural Architectures
Use case
No response
The text was updated successfully, but these errors were encountered:
Description
I would love to help contribute to this NeuralForecast. I have been using this extensively for the last 2 months. I had a few things in mind of what we can add (inspired by AutoGluon)
Use case
No response
The text was updated successfully, but these errors were encountered: