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

feature_subset actually submits medium/all neutralized #150

Open
jkom329 opened this issue Oct 30, 2023 · 0 comments
Open

feature_subset actually submits medium/all neutralized #150

jkom329 opened this issue Oct 30, 2023 · 0 comments

Comments

@jkom329
Copy link
Contributor

jkom329 commented Oct 30, 2023

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])

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

No branches or pull requests

1 participant