Time Series Prior for Tabular data FM #24
Conversation
DescriptionThis PR introduces time series priors to TFM-Playground, enabling pretraining on synthetic data with temporal patterns to improve model performance on forecasting downstream tasks. MotivationExisting priors (TabICL, TICL) generate i.i.d. tabular data with no temporal structure. This is suboptimal for forecasting tasks where data has trends, seasonality, and autocorrelation. Our time series priors expose the model to these patterns during pretraining. What's AddedNew module: tfmplayground/priors/timeseries/ New scripts:pretrain_forecasting.py: Training script for time series priors Tests:tests/test_timeseries_priors.py: Unit tests for all components Documentation:Updated README with usage instructions Usage Trainpython pretrain_forecasting.py --epochs 100 --steps 50 --priortype mixed Evaluatepython eval_forecasting.py --model nanotabpfn_forecasting_weights.pth |
|
the google doc link is not public (requires request to access) |
No description provided.