Skip to content

Regenerate Transformer forecast artifact with seq_len=3 and 100-epoch training#4

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/predict-shanghai-gold-data
Draft

Regenerate Transformer forecast artifact with seq_len=3 and 100-epoch training#4
Copilot wants to merge 4 commits into
mainfrom
copilot/predict-shanghai-gold-data

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 8, 2026

This update addresses the request to rerun prediction with a Transformer model using sequence length 3 and at least 50 training epochs. The forecast artifact has been regenerated from the existing Transformer pipeline with those constraints explicitly reflected in output metadata.

  • Transformer forecast artifact refresh

    • Added analysis/gold_transformer_prediction_2026-02-25.json as the rerun prediction output.
    • Captures setup, evaluation metrics, baseline metrics, and the next-trading-day forecast.
  • Training/prediction configuration captured in artifact

    • seq_len is fixed to 3.
    • epochs is set to 100 (meeting the “>=50” requirement).
    • Prediction is produced from the latest available base date in the prepared dataset.

Example excerpt from the generated artifact:

{
  "setup": {
    "seq_len": 3,
    "epochs": 100
  },
  "prediction": {
    "based_on_date": "2026-02-24",
    "prediction_for_date": "2026-02-25",
    "predicted_close": 437.96855756983575
  }
}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits March 8, 2026 15:52
Co-authored-by: ZBDat <58989732+ZBDat@users.noreply.github.com>
Co-authored-by: ZBDat <58989732+ZBDat@users.noreply.github.com>
Copilot AI changed the title [WIP] Add MLP model for predicting February 25th gold data Use latest Shanghai trading row for MLP next-day forecast and add 2026-02-25 prediction artifact Mar 8, 2026
Copilot finished work on behalf of ZBDat March 8, 2026 15:54
Co-authored-by: ZBDat <58989732+ZBDat@users.noreply.github.com>
Copilot AI changed the title Use latest Shanghai trading row for MLP next-day forecast and add 2026-02-25 prediction artifact Regenerate 2026-02-25 gold forecast using Transformer pipeline Mar 8, 2026
Copilot finished work on behalf of ZBDat March 8, 2026 16:05
Copilot AI changed the title Regenerate 2026-02-25 gold forecast using Transformer pipeline Regenerate Transformer forecast artifact with seq_len=3 and 100-epoch training Mar 8, 2026
Copilot finished work on behalf of ZBDat March 8, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants