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 1.11.5 stats #5269

Merged
merged 6 commits into from
Nov 20, 2023
Merged

Feature 1.11.5 stats #5269

merged 6 commits into from
Nov 20, 2023

Conversation

nemirorox
Copy link
Contributor

Signed-off-by: [email protected]

Changes:

  1. union support joining along axis 1

  2. add methods to feature imputation

@nemirorox nemirorox added enhancement New feature or request federatedml labels Nov 20, 2023
@nemirorox nemirorox requested a review from mgqa34 November 20, 2023 06:22
Comment on lines 66 to 68
"Imputer",
meta_obj.imputer_meta,
param_obj.imputer_param)
Copy link
Contributor

Choose a reason for hiding this comment

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

[autopep8] reported by reviewdog 🐶

Suggested change
"Imputer",
meta_obj.imputer_meta,
param_obj.imputer_param)
"Imputer",
meta_obj.imputer_meta,
param_obj.imputer_param)

@@ -100,7 +100,7 @@ def add_rows(self, rows):
exp_sum_m = getattr(self, f"exp_sum_{m}")
# exp_sum_m[filter_idx] += filter_rows ** m
exp_sum_m[filter_idx] = (self.count[filter_idx] - 1) / self.count[filter_idx] * \
exp_sum_m[filter_idx] + filter_rows ** m / self.count[filter_idx]
exp_sum_m[filter_idx] + filter_rows ** m / self.count[filter_idx]
Copy link
Contributor

Choose a reason for hiding this comment

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

[autopep8] reported by reviewdog 🐶

Suggested change
exp_sum_m[filter_idx] + filter_rows ** m / self.count[filter_idx]
exp_sum_m[filter_idx] + filter_rows ** m / self.count[filter_idx]

@mgqa34 mgqa34 merged commit 7b4374e into develop-1.11.5 Nov 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request federatedml
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants