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

API simplification #22

Closed
5 tasks done
rofinn opened this issue Jul 4, 2019 · 0 comments
Closed
5 tasks done

API simplification #22

rofinn opened this issue Jul 4, 2019 · 0 comments
Milestone

Comments

@rofinn
Copy link
Member

rofinn commented Jul 4, 2019

Before we cut a 1.0 release we should simplify our public API to make maintaining this package easier. (Based off #17)

  • Deprecate impute(x, :method) in favour of Impute.method(x; kwargs...)
  • Imputors should contain the Context rather than passing that to impute
  • impute should always take an Imputor first
  • Impute.method(; kwargs) should return a function that takes the data
  • Deprecate chain as we should be able to use a more functional interface for now
@rofinn rofinn added this to the 1.0 milestone Jul 4, 2019
@rofinn rofinn mentioned this issue Jul 5, 2019
2 tasks
@rofinn rofinn closed this as completed Jul 15, 2019
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

No branches or pull requests

1 participant