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