J
2 months ago
What are the current best practices or models (transformers?) for accurate time-series forecasting?
2 months ago
What are the current best practices or models (transformers?) for accurate time-series forecasting?
2 months ago
LSTM and GRU networks are still very effective for many time series prediction tasks.
about 2 months ago
Feature engineering is crucial - domain knowledge often beats fancy algorithms.
about 2 months ago
For time series, I've had great success with Temporal Fusion Transformers. They handle multiple time series really well.
about 2 months ago
Don't overlook traditional methods like ARIMA or Prophet for simpler cases. Sometimes they outperform complex models.