Skip to content

[BUG] Fix masked targets to respect provided labels#600

Open
blenbot wants to merge 1 commit into
gc-os-ai:mainfrom
blenbot:fix_masked
Open

[BUG] Fix masked targets to respect provided labels#600
blenbot wants to merge 1 commit into
gc-os-ai:mainfrom
blenbot:fix_masked

Conversation

@blenbot
Copy link
Copy Markdown

@blenbot blenbot commented Apr 30, 2026

Reference Issues/PRs

Fixes #599

What does this implement/fix? Explain your changes.

Masked target generation now respects the dataset target labels (y).

Did you add any tests for the change?

No

Any other comments?

No

PR checklist

  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings.
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Signed-off-by: blenbot <harshitiszz23@gmail.com>
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.

[BUG] MaskedDataset initializes y_masked from x instead of y

1 participant