Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-remove-spurious-columns #7

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

sumanthprabhu
Copy link
Owner

  • Invoking CrossValCurate.fit_transform method modifies the input data by adding a column row_id. Fix this by passing a copy of the input data in downstream processes instead of passing it by reference.
  • Add corresponding tests

- Invoking `CrossValCurate.fit_transform` method modifies the input data by adding a column `row_id`. Fix this by passing a copy of the input data in downstream processes instead of passing it by reference.
- Add corresponding tests
@sumanthprabhu sumanthprabhu merged commit d02cb18 into main May 9, 2024
2 checks passed
@sumanthprabhu sumanthprabhu deleted the Fix-remove-spurious-columns branch May 9, 2024 14:27
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.

CrossValCurate.fit_transform adds spurious column row_idto input data
1 participant