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

implement a miss_polish (or similar) that follows the same principles as earwang/mists #234

Open
njtierney opened this issue Jun 17, 2019 · 1 comment

Comments

@njtierney
Copy link
Owner

See for example: https://github.com/earowang/mists#missing-data-polishing

@njtierney
Copy link
Owner Author

These would be named:

  • miss_polish_row()
  • miss_polish_col()/miss_polish_var()

And would take a proportion as the input.

It might also be worthwhile to include scoped variants for col():

  • miss_polish_col_at()
  • miss_polish_col_if()
  • miss_polish_col_all()

And to include an auto() method, as in mists.

@njtierney njtierney added this to the V0.7.0 milestone Apr 10, 2023
@njtierney njtierney modified the milestones: V1.1.0, V1.3.0 Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant