Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

fix: label ensemble predictions as ENSEMBLE instead of COMMON_NEIGHBORS - #24

Merged
sauravbhattacharya001 merged 1 commit into
masterfrom
fix/ensemble-method-label
Mar 2, 2026
Merged

sauravbhattacharya001 merged 1 commit into
masterfrom
fix/ensemble-method-label

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
Owner

Adds ENSEMBLE value to Method enum and updates predictEnsemble() to use it instead of COMMON_NEIGHBORS. Fixes #23

Add ENSEMBLE value to Method enum and use it in predictEnsemble() for
both PredictedLink and PredictionResult construction. Previously, ensemble
predictions were incorrectly tagged as COMMON_NEIGHBORS, making it
impossible to distinguish them from actual common neighbor scores.

Fixes #23
@sauravbhattacharya001
sauravbhattacharya001 merged commit 4f8f03c into master Mar 2, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions Bot added visualization Graph visualization and UI size/xl labels Mar 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size/xl visualization Graph visualization and UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LinkPredictionAnalyzer.predictEnsemble() labels results as COMMON_NEIGHBORS instead of ENSEMBLE

1 participant