Skip to content

When to use Neuralforecast and Statsforecast? #362

Answered by kdgutier
rllyryan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rllyryan,

Thanks for such an interesting question; here are some neural forecasting advantages:

  1. Performance Gains on Large datasets: Statistical models work well when the series are stationary and 'predictable'. Most statistical methods operate on single series. In contrast, modern neural forecasting methods are highly flexible models that estimate their parameters from a large set of correlated series (cross-learning). The deep learning performance gains over statistical methods are evident with bigger datasets (see M4 competition).

  2. Cold-start Predictions: When trained as a global model, they allow knowledge to be transferred from other similar series, enabling one of the most ex…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rllyryan
Comment options

@kdgutier
Comment options

Answer selected by kdgutier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants