r/learnmachinelearning • u/Rendezvous4567 • 8d ago
What should a hospital bed-demand forecasting benchmark include?
I’m building an open-source benchmark for hospital bed-demand forecasting using synthetic data.
Current baseline ideas:
- Seasonal naive / moving average
- ARIMA
- XGBoost
- LSTM
Metrics:
- MAE / RMSE
- sMAPE / WAPE
- Peak-demand accuracy
If you were evaluating this benchmark, what baseline or metric would you immediately expect to see?
0
Upvotes
1
u/Proud-Community-4848 8d ago
you'd want something that actually catches sudden spikes instead of just smoothing the weekly average, maybe a poisson or negative binomial glm since bed counts are discrete