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

Use different var name to test feature subsets #151

Closed
wants to merge 1 commit into from

Conversation

jkom329
Copy link
Contributor

@jkom329 jkom329 commented Oct 31, 2023

See issue feature_subset actually submits medium/all neutralized #150:

feature_subset is initially set to medium/serenity, the intended neutralization:

feature_subset = list(subgroups["medium"]["serenity"])

But later in the neutralizing different groups section is used in the for loop and ends on medium/all, which is then pickled in the submission.

for group in groups:
feature_subset = list(subgroups["medium"][group])

@ndharasz ndharasz closed this Sep 13, 2024
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.

2 participants