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 setting partition selection field in utility analysis result #511

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

dvadym
Copy link
Collaborator

@dvadym dvadym commented Nov 30, 2023

Partition selection strategy (which is enum of TruncatedGeometric, LaplaceThresholding and GaussianThresholding) is a part of utility analysis parameters. So it should be part of the output as well. But before this PR it was set incorectly, namely configuration_index is used for finding what is partition selection for a fixed configuration of parameters. But configuration_index was not yet available in that moment. This PR fixes that by moving setting partition_selection_strategy later in the pipeline, when configuration_index is available

@dvadym dvadym changed the title Fix setting partition selection field in utility analysis Fix setting partition selection field in utility analysis result Dec 1, 2023
@dvadym dvadym requested review from sushkoy and monsieurmuffin and removed request for sushkoy December 1, 2023 14:49
@dvadym dvadym merged commit 1333a00 into OpenMined:main Dec 4, 2023
10 of 14 checks passed
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.

None yet

2 participants