-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use skipmissing
instead of drop
in fill
?
#50
Comments
|
ah, i didn't realise it was a goal of the package to impute non- Feel free to close this :) |
It's only really documented for the Context type and isn't currently used in any examples. I'll leave this open till that's added. If we move in the direction of having an |
The more I think about this, the less I like. Julia gives us |
Agreed. That’s why I’d like to move the current behaviour to an iterators module and default to using a multipass approach with an Impute.Dataset type. I'll note that most of these design decisions were made when Missing and Nullable we’re both things, which is less relevant now that julia provides A couple notes on how I think this should exist in the Impute.Iters API.
|
That's exactly what's happing in the new https://github.com/invenia/Impute.jl/blob/master/src/imputors/substitute.jl#L51 |
No description provided.
The text was updated successfully, but these errors were encountered: