This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| TimeGPT vs. Fibonacci Median on Wikipedia Web Traffic Forecasting. | |
| Loads train_2.csv, splits into train/validation, runs both methods on all | |
| 145K series, and prints a timing + accuracy comparison. | |
| Usage: | |
| uv run python wiki_traffic_forecast.py | |
| uv run python wiki_traffic_forecast.py --model timegpt-2.1 |