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 --feature-set-focus parsing #43

Merged
merged 4 commits into from
Oct 5, 2023
Merged

Conversation

miha-jenko
Copy link
Collaborator

Fixes #42.

@miha-jenko miha-jenko requested a review from SkBlaz October 5, 2023 12:58
@miha-jenko miha-jenko self-assigned this Oct 5, 2023
Copy link
Collaborator

@SkBlaz SkBlaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -488,7 +488,7 @@ def compute_batch_ranking(

focus_set.add(args.label_column)
focus_set = {x for x in focus_set if x in input_dataframe.columns}
input_dataframe = input_dataframe[focus_set]
input_dataframe = input_dataframe[list(focus_set)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, wondering when that changed, thanks!

@miha-jenko miha-jenko merged commit ee41b67 into main Oct 5, 2023
5 checks passed
@miha-jenko miha-jenko deleted the bugfix/feature-set-focus-et-al branch October 9, 2023 12:52
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.

--feature_set_focus bad parse
2 participants