Skip to content

bootstrap kfold - #133

Merged
Junkiii merged 2 commits into
gnn_extensionfrom
bootstrap-kfold
Sep 25, 2026
Merged

Junkiii merged 2 commits into
gnn_extensionfrom
bootstrap-kfold

Conversation

@Junkiii

@Junkiii Junkiii commented Sep 25, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings September 25, 2026 08:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot review overview

🟡 Changes recommended

Unresolved validation, checkpoint, inference, and GPU memory issues remain.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 2 High severity · 5 Medium severity

Open (7)
What changed in this PR

Adds K-fold cross-validation and bootstrap ensemble training/inference support.

Changes:

  • Implements K-fold and bootstrap strategies.
  • Adds schemas, runtime validation, exports, and example configurations.
  • Supports model selection, checkpointing, and ensemble inference.
File Description
xanesnet/​strategies/​kfold.py K-fold training, model selection, and inference
xanesnet/​strategies/​bootstrap.py Bootstrap ensemble implementation
xanesnet/​strategies/​__init__.py Exports KFold
xanesnet/​serialization/​runtime_contracts.py Runtime validation for inferencers
xanesnet/​schemas/​strategies/​strategy_types.schema.yaml Shared strategy schema types
xanesnet/​schemas/​strategies/​strategies.schema.yaml Strategy schema registration
xanesnet/​schemas/​strategies/​kfold.schema.yaml K-fold configuration schema
xanesnet/​schemas/​strategies/​bootstrap.schema.yaml Bootstrap configuration schema
configs/​mlp_kfold.yaml K-fold example configuration
configs/​mlp_bootstrap.yaml Bootstrap training example
configs/​mlp_bootstrap_infer.yaml Bootstrap inference example

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread xanesnet/strategies/kfold.py
Comment thread xanesnet/strategies/kfold.py
Comment thread xanesnet/schemas/strategies/bootstrap.schema.yaml
Comment thread xanesnet/schemas/strategies/kfold.schema.yaml
Comment thread xanesnet/strategies/bootstrap.py
Comment thread xanesnet/strategies/bootstrap.py
Comment thread xanesnet/strategies/kfold.py
@Junkiii
Junkiii merged commit bad85a3 into gnn_extension Sep 25, 2026
2 checks passed
@Junkiii
Junkiii deleted the bootstrap-kfold branch September 25, 2026 11:15
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