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