Paper: Han, E., Huang, C. and Wang, K., 2024. Model Assessment and Selection under Temporal Distribution Shift. arXiv preprint arXiv:2402.08672. To appear in ICML 2024.
The file ARW.py
provides Python implementations of Adaptive Rolling Window (ARW) methods for model assessment and selection.
-
Function
ARWME
: Adaptive Rolling Window for Mean Estimation (Algorithm 1 in the paper). -
Function
tournament_selection
: Single-Elimination Tournament for Model Selection (Algorithm 3 in the paper).
The folders code-synthetic-data
, code-arxiv
, and code-housing
contain all the code for reproducing the experimental results.
@article{HHW24,
title={Model Assessment and Selection under Temporal Distribution Shift},
author={Han, Elise and Huang, Chengpiao and Wang, Kaizheng},
journal={arXiv preprint arXiv:2402.08672},
year={2024}
}