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 predict empty column #74

Merged
merged 5 commits into from
Jul 30, 2024
Merged

Fix predict empty column #74

merged 5 commits into from
Jul 30, 2024

Conversation

mayer79
Copy link
Owner

@mayer79 mayer79 commented Jul 30, 2024

  • Fix a problem in predict() when after the first iteration, no missings were to be filled in a column.
  • Change the imputation order. Now, it is applied only in multivariate imputation. And the sorting is done based on number of missings per column, but counting only hard case rows. Only there, univariate imputation is problematic.

@mayer79 mayer79 merged commit 23156f6 into main Jul 30, 2024
7 checks passed
@mayer79 mayer79 deleted the fix-predict-empty-column branch July 30, 2024 18:00
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.

1 participant