revert: drop PR #393 (xreg batch behavior) and PR #390 (SKILL.md link) per maintainer feedback

This commit is contained in:
darkpowerxo
2026-04-09 23:00:36 -04:00
parent caddef1db8
commit 6ae67d41d8
3 changed files with 54 additions and 62 deletions
+2 -3
View File
@@ -26,12 +26,11 @@ This open version is not an officially supported Google product.
Added fine-tuning example using HuggingFace Transformers + PEFT (LoRA) — see
[`timesfm-forecasting/examples/finetuning/`](timesfm-forecasting/examples/finetuning/).
Also added unit tests (`tests/`), fixed per-input ridge regression in XReg to
prevent data leakage, and incorporated several community fixes.
Also added unit tests (`tests/`) and incorporated several community fixes.
## Update - Mar. 19, 2026
Huge shoutout to [@borealBytes](https://github.com/borealBytes) for adding the support for [AGENTS](https://github.com/google-research/timesfm/blob/master/AGENTS.md)! TimesFM [SKILL.md](https://github.com/google-research/timesfm/blob/master/timesfm-forecasting/SKILL.md) is out.
Huge shoutout to [@borealBytes](https://github.com/borealBytes) for adding the support for [AGENTS](https://github.com/google-research/timesfm/blob/master/AGENTS.md)! TimesFM [SKILL.md](https://github.com/google-research/timesfm/tree/master/timesfm-forecasting) is out.
## Update - Oct. 29, 2025