Skip to content

Conversation

@smdp2000ofc
Copy link
Collaborator

@smdp2000ofc smdp2000ofc commented Dec 17, 2025

Adding summarize_model_timegpt to agent_summarize_models

Notes for Reviewer:
summarize_model_timegpt : Added logs for model args, engine params, api config and model variant if long horizon model is used. Below is the example summary table for an agent run

image

Somyadeep Shrivastava added 2 commits December 17, 2025 11:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive model summarization support for the TimeGPT forecasting model and excludes it from the feature selection process.

  • Implements summarize_model_timegpt() function to extract and report TimeGPT model configuration, including API endpoint type, external regressors, and model variant
  • Removes TimeGPT from the feature selection list since it's an API-based model that doesn't use traditional features
  • Minor whitespace cleanup in the model summarization file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
R/train_models.R Excludes TimeGPT from the multivariate models feature selection list to prevent issues with feature-based model workflows
R/agent_summarize_models.R Adds TimeGPT to the model summarization dispatcher and implements the full summarize_model_timegpt() function with API configuration details, external regressor tracking, and long-horizon model variant detection

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@smdp2000ofc smdp2000ofc changed the title Som/timegpt summary Som/Timegpt Model Summary Dec 17, 2025
@mitokic mitokic self-requested a review December 18, 2025 17:45
Copy link
Collaborator

@mitokic mitokic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! Just keep in mind that eventually we will need to add some sort of feature importance to timegpt so the agent can explain which xregs were impactful or not.

@smdp2000ofc smdp2000ofc merged commit 606a681 into main Dec 18, 2025
3 of 10 checks passed
@mitokic mitokic deleted the som/timegpt-summary branch December 18, 2025 18:41
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.

3 participants