Skip to content

Fix: set GNN patience to prevent early stopping in retail_planning_local#75

Merged
nikolaoszygouras-rai merged 3 commits into
mainfrom
fix/retail-planning-gnn-patience
May 27, 2026
Merged

Fix: set GNN patience to prevent early stopping in retail_planning_local#75
nikolaoszygouras-rai merged 3 commits into
mainfrom
fix/retail-planning-gnn-patience

Conversation

@nikolaoszygouras-rai
Copy link
Copy Markdown
Contributor

The sales regression GNN in retail_planning_local.py was stopping too early due to the default patience setting, contributing to unstable and non-reproducible predictions across runs.

Set patience=10 to allow the model more epochs to recover from temporary validation score dips before stopping.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 27, 2026

The docs preview for this pull request has been deployed to Vercel!

✅ Preview: https://relationalai-docs-hjcm338mr-relationalai.vercel.app/build/templates
🔍 Inspect: https://vercel.com/relationalai/relationalai-docs/AvUYPsJcR4GDjUftJWe8Dq3se71z

Copy link
Copy Markdown
Collaborator

@somacdivad somacdivad left a comment

Choose a reason for hiding this comment

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

@nikolaoszygouras-rai nikolaoszygouras-rai merged commit ceef60f into main May 27, 2026
2 checks passed
@nikolaoszygouras-rai nikolaoszygouras-rai deleted the fix/retail-planning-gnn-patience branch May 27, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants